-
Notifications
You must be signed in to change notification settings - Fork 615
feat(integrations): Add integration for aiomysql
#4703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tonal
wants to merge
36
commits into
getsentry:master
Choose a base branch
from
tonal:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
878dc5b
integration for aiomysql
tonal 29b4e85
Drop _wrap_cursor_creation in integration aiomysql.py
tonal 28e79b6
Potential KeyError in _wrap_connect
tonal 950032f
Merge branch 'getsentry:master' into patch-2
tonal 421abfa
Merge branch 'master' into patch-2
tonal ab35ef8
Merge branch 'master' into patch-2
antonpirker c09eb44
Merge branch 'master' into patch-2
tonal b3b04a1
Merge branch 'master' into patch-2
tonal d9d7282
Merge branch 'master' into patch-2
tonal faf1a87
Merge branch 'getsentry:master' into patch-2
tonal 89b8669
feat(aiomysql): Add aiomysql integration
tonal ad11c32
fix(aiomysql): Address PR review comments
tonal e25d3ad
Merge remote-tracking branch 'origin/patch-2' into patch-2
tonal 5f26753
fix(aiomysql): Remove duplicate MySQL service block from Jinja template
tonal a7319c9
fix(aiomysql): Use public cursor.connection instead of private _conne…
tonal 5d39b16
fix(aiomysql): Use explicit signature in _wrap_connect to handle posi…
tonal facbe7b
Merge branch 'master' into patch-2
tonal 3d85885
fix(aiomysql): Format code and add cryptography dep for MySQL 8.0 auth
tonal 6e05b78
fix(aiomysql): Instrument Connection._connect to cover create_pool an…
tonal 308571f
fix(aiomysql): Reuse _set_db_data in connect span for consistent null…
tonal a8e79d5
Merge upstream/master into patch-2
tonal 93a0de6
Merge upstream/master into patch-2
tonal 81825b6
fix(aiomysql): Use record_sql_queries_supporting_streaming
tonal a0143fd
fix(aiomysql): Support span streaming in _set_db_data and _wrap_connect
tonal 53a276c
fix(aiomysql): Handle add_query_source for StreamedSpan and fix test …
tonal 1a47a2e
fix(aiomysql): Add cryptography dep for MySQL 8.0 auth
tonal 020d582
fix(aiomysql): Remove from auto-enabling list per review
tonal c09a123
Merge upstream/master into patch-2
tonal d15d55a
fix(aiomysql): Use record_sql_queries (renamed back in upstream)
tonal 36ed7d6
fix(aiomysql): Fix mypy errors and remove unrelated files
tonal 7a646df
fix(aiomysql): Use import-not-found only in type: ignore
tonal fe98f95
fix(aiomysql): Fix mypy import-not-found on single line
tonal 61ce6aa
Merge remote-tracking branch 'upstream/master' into patch-2
tonal db77a50
Merge branch 'master' into patch-2
tonal ddd200d
fix(aiomysql): Move config entry to alphabetical order
tonal 43ca59d
fix(aiomysql): Populate breadcrumb data independently of span
tonal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.