Skip to content

Commit 9925023

Browse files
authored
Add LOG_CHANNEL to Laravel example (#14264)
1 parent 4f22f41 commit 9925023

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/platforms/php/guides/laravel/usage/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ After you configured the Sentry log channel, you can configure your app to both
112112

113113
```bash {filename:.env}
114114
# ...
115+
LOG_CHANNEL=stack
115116
LOG_STACK=single,sentry
116117
# ...
117118
```

platform-includes/logs/setup/php.laravel.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ After you configured the Sentry log channel, you can configure your app to both
1616

1717
```bash {filename:.env}
1818
# ...
19+
LOG_CHANNEL=stack
1920
LOG_STACK=single,sentry_logs
2021
# ...
2122
```

0 commit comments

Comments
 (0)