Skip to content

Commit

Permalink
feat(sentry): add "sentry" extras_require in 'setup.py'
Browse files Browse the repository at this point in the history
Allow to use the command `pip install -e .['sentry']` to add the `sentry-sdk` library for Flask.
  • Loading branch information
VincentCauchois committed May 29, 2024
1 parent 3bea92c commit 097daaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@
"migrations = app.migrations:versions",
],
},
extras_require={
"sentry": ["sentry_sdk[flask]"],
},
)

0 comments on commit 097daaa

Please sign in to comment.