Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)