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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ If you would like to upgrade a project to use Sentry 7.x, see [here](https://gis
17
17
18
18
## Installation
19
19
20
-
To use Sentry with your projects, edit your mix.exs file and add it as a dependency. Sentry defaults to trying to use Jason for JSON operations, but can be configured to use other ones.
20
+
To use Sentry with your projects, edit your mix.exs file and add it as a dependency. Sentry does not install a JSON library itself, and requires users to have one available. Sentry will default to trying to use Jason for JSON operations, but can be configured to use other ones.
0 commit comments