Title: chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0 by dependabot[bot] · Pull Request #1900 · docarray/docarray · GitHub
Open Graph Title: chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0 by dependabot[bot] · Pull Request #1900 · docarray/docarray
X Title: chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0 by dependabot[bot] · Pull Request #1900 · docarray/docarray
Description: Bumps sentry-sdk from 1.38.0 to 2.8.0.
Release notes
Sourced from sentry-sdk's releases.
2.8.0
Various fixes & improvements
profiler_id uses underscore (#3249) by @Zylphrex
Don't send full env to subprocess (#3251) by @kmichel-aiven
Stop using Hub in HttpTransport (#3247) by @szokeasaurusrex
Remove ipdb from test requirements (#3237) by @rominf
Avoid propagation of empty baggage (#2968) by @hartungstenio
Add entry point for SentryPropagator (#3086) by @mender
Bump checkouts/data-schemas from 8c13457 to 88273a9 (#3225) by @dependabot
2.7.1
Various fixes & improvements
fix(otel): Fix missing baggage (#3218) by @sentrivana
This is the config file of asdf-vm which we do not use. (#3215) by @antonpirker
Added option to disable middleware spans in Starlette (#3052) by @antonpirker
build: Update tornado version in setup.py to match code check. (#3206) by @aclemons
2.7.0
Add origin to spans and transactions (#3133) by @antonpirker
OTel: Set up typing for OTel (#3168) by @sentrivana
OTel: Auto instrumentation skeleton (#3143) by @sentrivana
OpenAI: If there is an internal error, still return a value (#3192) by @colin-sentry
MongoDB: Add MongoDB collection span tag (#3182) by @0Calories
MongoDB: Change span operation from db.query to db (#3186) by @0Calories
MongoDB: Remove redundant command name in query description (#3189) by @0Calories
Apache Spark: Fix spark driver integration (#3162) by @seyoon-lim
Apache Spark: Add Spark test suite to tox.ini and to CI (#3199) by @sentrivana
Codecov: Add failed test commits in PRs (#3190) by @antonpirker
Update library, Python versions in tests (#3202) by @sentrivana
Remove Hub from our test suite (#3197) by @antonpirker
Use env vars for default CA cert bundle location (#3160) by @DragoonAethis
Create a separate test group for AI (#3198) by @sentrivana
Add additional stub packages for type checking (#3122) by @Daverball
Proper naming of requirements files (#3191) by @antonpirker
Pinning pip because new version does not work with some versions of Celery and Httpx (#3195) by @antonpirker
build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#3193) by @dependabot
build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#3171) by @dependabot
build(deps): update pytest-asyncio requirement (#3087) by @dependabot
2.6.0
Introduce continuous profiling mode (#2830) by @Zylphrex
Profiling: Add deprecation comment for profiler internals (#3167) by @sentrivana
Profiling: Move thread data to trace context (#3157) by @Zylphrex
Explicitly export cron symbols for typecheckers (#3072) by @spladug
Cleaning up ASGI tests for Django (#3180) by @antonpirker
Celery: Add Celery receive latency (#3174) by @antonpirker
Metrics: Update type hints for tag values (#3156) by @elramen
Django: Fix psycopg3 reconnect error (#3111) by @szokeasaurusrex
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.8.0
Various fixes & improvements
profiler_id uses underscore (#3249) by @Zylphrex
Don't send full env to subprocess (#3251) by @kmichel-aiven
Stop using Hub in HttpTransport (#3247) by @szokeasaurusrex
Remove ipdb from test requirements (#3237) by @rominf
Avoid propagation of empty baggage (#2968) by @hartungstenio
Add entry point for SentryPropagator (#3086) by @mender
Bump checkouts/data-schemas from 8c13457 to 88273a9 (#3225) by @dependabot
2.7.1
Various fixes & improvements
fix(otel): Fix missing baggage (#3218) by @sentrivana
This is the config file of asdf-vm which we do not use. (#3215) by @antonpirker
Added option to disable middleware spans in Starlette (#3052) by @antonpirker
build: Update tornado version in setup.py to match code check. (#3206) by @aclemons
2.7.0
Add origin to spans and transactions (#3133) by @antonpirker
OTel: Set up typing for OTel (#3168) by @sentrivana
OTel: Auto instrumentation skeleton (#3143) by @sentrivana
OpenAI: If there is an internal error, still return a value (#3192) by @colin-sentry
MongoDB: Add MongoDB collection span tag (#3182) by @0Calories
MongoDB: Change span operation from db.query to db (#3186) by @0Calories
MongoDB: Remove redundant command name in query description (#3189) by @0Calories
Apache Spark: Fix spark driver integration (#3162) by @seyoon-lim
Apache Spark: Add Spark test suite to tox.ini and to CI (#3199) by @sentrivana
Codecov: Add failed test commits in PRs (#3190) by @antonpirker
Update library, Python versions in tests (#3202) by @sentrivana
Remove Hub from our test suite (#3197) by @antonpirker
Use env vars for default CA cert bundle location (#3160) by @DragoonAethis
Create a separate test group for AI (#3198) by @sentrivana
Add additional stub packages for type checking (#3122) by @Daverball
Proper naming of requirements files (#3191) by @antonpirker
Pinning pip because new version does not work with some versions of Celery and Httpx (#3195) by @antonpirker
build(deps): bump supercharge/redis-github-action from 1.7.0 to 1.8.0 (#3193) by @dependabot
build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#3171) by @dependabot
build(deps): update pytest-asyncio requirement (#3087) by @dependabot
2.6.0
Introduce continuous profiling mode (#2830) by @Zylphrex
Profiling: Add deprecation comment for profiler internals (#3167) by @sentrivana
Profiling: Move thread data to trace context (#3157) by @Zylphrex
Explicitly export cron symbols for typecheckers (#3072) by @spladug
... (truncated)
Commits
6f4685e Update CHANGELOG.md
7e6998e release: 2.8.0
32335dd fix(profiling): profiler_id uses underscore (#3249)
763e40a fix(integrations): don't send full env to subprocess (#3251)
31efa62 ref(transport): Stop using Hub in HttpTransport (#3247)
defb448 build: Remove ipdb from test requirements (#3237)
407f651 feat(opentelemetry): Add entry point for SentryPropagator (#3086)
eab218c build(deps): bump checkouts/data-schemas from 8c13457 to 88273a9 (#3225)
5782560 fix(opentelemetry): avoid propagation of empty baggage (#2968)
6701616 Merge branch 'release/2.7.1'
Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps sentry-sdk from 1.38.0 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @Zylphrex Don't se...
X Description: Bumps sentry-sdk from 1.38.0 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @Zylphrex Don&...
Opengraph URL: https://github.com/docarray/docarray/pull/1900
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:0322487f-c187-13e4-d119-eab41e76a002 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C99E:107FBB:48E0F1B:6198DBE:6964C228 |
| html-safe-nonce | f937bf2aeb439613b74452889ae8ff31878c4397eed22432fa9746176de528c1 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTlFOjEwN0ZCQjo0OEUwRjFCOjYxOThEQkU6Njk2NEMyMjgiLCJ2aXNpdG9yX2lkIjoiNjA4ODQzMDE2NjA4NzA5MDcyOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | e174442e4c7be5cada54492599814a3ad90f47914342d32cd4553f74b4552231 |
| hovercard-subject-tag | pull_request:1976549476 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docarray/docarray/pull/1900/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps sentry-sdk from 1.38.0 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @Zylphrex Don't se... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 21df671ce2c9f1a16940ccbd3af6cb4f3f12a856929ca7eb1b4aea8e384ea442 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/docarray/docarray git https://github.com/docarray/docarray.git |
| octolytics-dimension-user_id | 117445116 |
| octolytics-dimension-user_login | docarray |
| octolytics-dimension-repository_id | 438303578 |
| octolytics-dimension-repository_nwo | docarray/docarray |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 438303578 |
| octolytics-dimension-repository_network_root_nwo | docarray/docarray |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 5707c685ac172d50a0bdd7533dde4f8aabcf8eef |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width