We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5eb4c commit 22ebf01Copy full SHA for 22ebf01
src/includes/enriching-events/breadcrumbs/breadcrumbs-example/php.mdx
@@ -1,8 +1,8 @@
1
```php
2
\Sentry\addBreadcrumb(
3
new \Sentry\Breadcrumb(
4
- Sentry\Breadcrumb::LEVEL_INFO,
5
- Sentry\Breadcrumb::TYPE_DEFAULT,
+ \Sentry\Breadcrumb::LEVEL_INFO,
+ \Sentry\Breadcrumb::TYPE_DEFAULT,
6
'auth', // category
7
'Authenticated user', // message (optional)
8
['user_id' => $userId] // data (optional)
0 commit comments