Skip to content

Commit

Permalink
Remove unecessary statement in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrin0 authored and heyjorgedev committed Sep 29, 2022
1 parent 7c885b4 commit 7a60128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $config[SentryConstants::TRACE_SAMPLE_RATE] = 0.4;

// You can define custom serializers for complex objects like transfer objects
// This will greatly enrich Sentry issues, making it possible to inspect object internal states across the backtrace
// Note that you can use instances of classes that implement the __invoke method instead of a closure like depicted
// Note that you can use instances of classes that implement the __invoke method instead of a closure
$config[SentryConstants::CLASS_SERIALIZERS] = [
Spryker\Shared\Kernel\Transfer\AbstractTransfer => function(Spryker\Shared\Kernel\Transfer\AbstractTransfer $data) {
return $data->toArray();
Expand Down

0 comments on commit 7a60128

Please sign in to comment.