Skip to content

Commit 2844d72

Browse files
authored
Merge pull request #7 from shanginn/patch-1
Fix env typo in sentry.md
2 parents 5bc24e6 + 83ea08b commit 2844d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/sentry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on [official site](https://spiral.dev/docs/extension-sentry/3.3/en)
4040

4141
### Configuration
4242

43-
All you need to do is set the `SENTRY_LARAVEL_DSN` environment variable in your `.env` file:
43+
All you need to do is set the `SENTRY_DSN` environment variable in your `.env` file:
4444

4545
```dotenv
4646
SENTRY_DSN=http://[email protected]:8000/1
@@ -55,4 +55,4 @@ After you have installed the SDK, you can configure Sentry DSN to report to Bugg
5555

5656
```dotenv
5757
SENTRY_DSN=http://[email protected]:8000/1
58-
```
58+
```

0 commit comments

Comments
 (0)