-
Notifications
You must be signed in to change notification settings - Fork 500
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
Add origin
to spans and transactions
#3133
Merged
Merged
+1,899
−135
Conversation
This file contains 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
antonpirker
changed the title
Added origin to spans and transactions
Add Jun 5, 2024
origin
to spans and transactions
sentrivana
approved these changes
Jun 21, 2024
* Added origin to aiohttp integration * Added origin to anthropic integration * Added origin to arq integration * format * Added origin to asyncio integration * Added origin to asyncpg integration * Added origin to boto3 integration * Added origin to clickhouse_driver integration * Only one type of origin for boto3 because the OP is different anyhow * Added origin to cohere integration * Added origin to httpx integration * Added origin to huey integration * Added origin to huggingface_hub integration * Added origin to langchain integration * Added origin to openai integration * Added origin to pymongo integration * Added origin to rq integration * fix * Added origin to sanic integration * Added origin to starlette integration * Added origin to starlite integration * Added origin to strawberry integration * Added origin to tornado integration * Disable test for Sanic versions not supporting performance * oops * Added origin to bottle integration * Added origin to falcon integration * Added origin to flask integration * Added origin to pyramid integration * Added origin to trytond integration * Added origin to django integration * Added origin tests to wsgi integration * Added origin to Django asgi integration * Since Django 3 the channels handler is deprecated * small fix * Added origin to quart integration * Added origin to starlite integration * Added origin to starlette integration * Added origin to aws_lambda integration * Added origin to gcp integration * trytond fix * aws_lambda fix * strawberry fix * formatting * needs django >1.11 * fixed merge problem * Added more origin to django integration * trigger ci * Added tests for all kinds of spans emmited by django * Fixed tests * Fixed tests again
* Added origin to stdlib integration * Added origin to socket integration * Added origin to sqlalchemy integration * Middle of adding origin to grpc integration * missing file * Fixing tests * Fixed tests * Added origin to redis integration * Added origin to celery integration * trigger ci * linting * Added origin to opentelemetry integration * Added origin to asyncpg integration
arjennienhuis
pushed a commit
to arjennienhuis/sentry-python
that referenced
this pull request
Sep 30, 2024
API for adding origin to spans and transactions. Updating all our integrations to send a origin.
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.
API for adding
origin
to spans and transactions.Updating all our integrations to send a
origin
is done is this PR: #3135Refs #2244
Refs getsentry/team-sdks#14