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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ For optional settings check the [docs](https://hexdocs.pm/sentry/readme.html).
118
118
|`source_code_path_pattern`| False |`"**/*.ex"`||
119
119
|`filter`| False || Module where the filter rules are defined (see [Filtering Exceptions](https://hexdocs.pm/sentry/Sentry.html#module-filtering-exceptions)) |
120
120
|`json_library`| False |`Jason`||
121
+
|`log_level`| False |`:warn`| This sets the log level used when Sentry fails to send an event due to an invalid event or API error. |
121
122
122
123
An example production config might look like this:
0 commit comments