Commit 9980c28
authored
feat: add sentry logging option (#654)
* Add logging and profiling options to Sentry init
* Fix typo in enableLogs assignment
* Update @sentry/node dependency to version 9.41.0
* Update package-lock.json and pnpm-lock.json to respect new sentry version
* Delete package-lock.json
* Put enableLogs above profiling options according to ESLint
Removed duplicate logging configuration in Sentry initialization.
* Rearrange Logs to be above Profiling according ESLint
* Rearrange enableLogs to be above integrations according to ESLint1 parent 6d2c76f commit 9980c28
3 files changed
Lines changed: 104 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments