Skip to content

Commit

Permalink
Fix env typo in sentry.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanginn committed Feb 20, 2024
1 parent 5bc24e6 commit 83ea08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on [official site](https://spiral.dev/docs/extension-sentry/3.3/en)

### Configuration

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

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

```dotenv
SENTRY_DSN=http:https://[email protected]:8000/1
```
```

0 comments on commit 83ea08b

Please sign in to comment.