❤️ Support Masonite so we can continue to build new packages!
pip install masonite-sentry
Sentry sdk implementation for Masonite.
pip install masonite-sentry
Add SentryProvider to your project in config/providers.py
:
# config/providers.py
# ...
from sentry import SentryProvider
# ...
PROVIDERS = [
# ...
# Third Party Providers
SentryProvider,
# ...
]
Then you can publish the package resources (if needed) by doing:
python craft package:publish sentry
Setup environment variables in your project's .env
file:
SENTRY_DSN=
SENTRY_SAMPLE_RATE=1.0
Well that's it, you are done, congrats.
Note: Sentry captures no any exceptions if you are on debug mode.
Please read the Contributing Documentation here.
Masonite Sentry is open-sourced software licensed under the MIT license.
Last update: