Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rlopzc/elm-sentry
Unofficial Sentry SDK
https://github.com/rlopzc/elm-sentry
elm sentry sentry-client
Last synced: 2 months ago
JSON representation
Unofficial Sentry SDK
- Host: GitHub
- URL: https://github.com/rlopzc/elm-sentry
- Owner: rlopzc
- License: mit
- Created: 2020-05-12T01:15:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T00:08:09.000Z (over 2 years ago)
- Last Synced: 2023-08-08T20:39:58.017Z (over 1 year ago)
- Topics: elm, sentry, sentry-client
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/rlopzc/elm-sentry/latest/
- Size: 23.4 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Sentry
Send errors to Sentry
## Install
```sh
elm install rlopzc/elm-sentry
```## Example
Inside the [example](/example) directory. Modify `config` using your DSN
to test this library.## Disclaimer
This doesn't parse the DSN automatically. You need to provide the
PublicKey, Host and ProjectID.Example:
DSN: `https://[email protected]/8242816`PublicKey: 1590942c446340fdacb4c9369cac2cbd
Host: o353541.ingest.sentry.io
ProjectID: 8242816
## Contributing
Sentry documentation: https://develop.sentry.dev/sdk/overview/PR's welcome :)