You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log::channel('sentry')->error('This will only go to Sentry');
12
+
Log::channel('sentry_logs')->error('This will only go to Sentry');
13
13
```
14
14
15
15
You can pass additional attributes directly to the logging functions. These properties will be sent to Sentry, and can be searched from within the Logs UI, and even added to the Logs views as a dedicated column.
0 commit comments