Add bugsnag Python SDK dependency#229
Open
morgan-wowk wants to merge 1 commit intomasterfrom
Open
Conversation
This was referenced May 8, 2026
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Collaborator
Author
|
Note: This entire stack I am reviewing still. Expect some clean-up to meet our code style. |
d7bdc24 to
c504f6a
Compare
morgan-wowk
commented
May 8, 2026
|
|
||
| [options] | ||
| exclude-newer = "2026-05-01T22:01:19.807679Z" | ||
| exclude-newer-span = "P7D" |
Collaborator
Author
There was a problem hiding this comment.
We need to merge https://app.graphite.com/github/pr/Shopify/oasis-backend/261 first
2cba7e9 to
50ed65a
Compare
50ed65a to
af2ab2d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

TL;DR
Add Bugsnag as a project dependency for error monitoring.
What changed?
bugsnag>=4.7.1has been added as a required dependency inpyproject.toml.How to test?
Verify that the package installs correctly by running the dependency installation process and confirming Bugsnag is available in the environment.
Why make this change?
Bugsnag provides error tracking and monitoring capabilities, allowing the application to capture and report runtime errors for improved observability and debugging.