René's URL Explorer Experiment


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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page. Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0322487f-c187-13e4-d119-eab41e76a002
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC99E:107FBB:48E0F1B:6198DBE:6964C228
html-safe-noncef937bf2aeb439613b74452889ae8ff31878c4397eed22432fa9746176de528c1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTlFOjEwN0ZCQjo0OEUwRjFCOjYxOThEQkU6Njk2NEMyMjgiLCJ2aXNpdG9yX2lkIjoiNjA4ODQzMDE2NjA4NzA5MDcyOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmace174442e4c7be5cada54492599814a3ad90f47914342d32cd4553f74b4552231
hovercard-subject-tagpull_request:1976549476
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/docarray/docarray/pull/1900/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None21df671ce2c9f1a16940ccbd3af6cb4f3f12a856929ca7eb1b4aea8e384ea442
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/docarray/docarray git https://github.com/docarray/docarray.git
octolytics-dimension-user_id117445116
octolytics-dimension-user_logindocarray
octolytics-dimension-repository_id438303578
octolytics-dimension-repository_nwodocarray/docarray
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id438303578
octolytics-dimension-repository_network_root_nwodocarray/docarray
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5707c685ac172d50a0bdd7533dde4f8aabcf8eef
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docarray/docarray/pull/1900/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocarray%2Fdocarray%2Fpull%2F1900%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocarray%2Fdocarray%2Fpull%2F1900%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=docarray%2Fdocarray
Reloadhttps://github.com/docarray/docarray/pull/1900/files
Reloadhttps://github.com/docarray/docarray/pull/1900/files
Reloadhttps://github.com/docarray/docarray/pull/1900/files
docarray https://github.com/docarray
docarrayhttps://github.com/docarray/docarray
Notifications https://github.com/login?return_to=%2Fdocarray%2Fdocarray
Fork 234 https://github.com/login?return_to=%2Fdocarray%2Fdocarray
Star 3.1k https://github.com/login?return_to=%2Fdocarray%2Fdocarray
Code https://github.com/docarray/docarray
Issues 68 https://github.com/docarray/docarray/issues
Pull requests 36 https://github.com/docarray/docarray/pulls
Discussions https://github.com/docarray/docarray/discussions
Actions https://github.com/docarray/docarray/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/docarray/docarray/security
Please reload this pagehttps://github.com/docarray/docarray/pull/1900/files
Insights https://github.com/docarray/docarray/pulse
Code https://github.com/docarray/docarray
Issues https://github.com/docarray/docarray/issues
Pull requests https://github.com/docarray/docarray/pulls
Discussions https://github.com/docarray/docarray/discussions
Actions https://github.com/docarray/docarray/actions
Security https://github.com/docarray/docarray/security
Insights https://github.com/docarray/docarray/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdocarray%2Fdocarray%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdocarray%2Fdocarray%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/docarray/docarray/tree/main
dependabot/pip/sentry-sdk-2.8.0https://github.com/docarray/docarray/tree/dependabot/pip/sentry-sdk-2.8.0
Conversation 1 https://github.com/docarray/docarray/pull/1900
Commits 1 https://github.com/docarray/docarray/pull/1900/commits
Checks 0 https://github.com/docarray/docarray/pull/1900/checks
Files changed https://github.com/docarray/docarray/pull/1900/files
Please reload this pagehttps://github.com/docarray/docarray/pull/1900/files
chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0 https://github.com/docarray/docarray/pull/1900/files#top
Show all changes 1 commit https://github.com/docarray/docarray/pull/1900/files
fe7370c chore(deps): bump sentry-sdk from 1.38.0 to 2.8.0 dependabot[bot] Jul 18, 2024 https://github.com/docarray/docarray/pull/1900/commits/fe7370c6a0a7e2520fa3c806aa08ae8738e9dcf8
Clear filters https://github.com/docarray/docarray/pull/1900/files
Please reload this pagehttps://github.com/docarray/docarray/pull/1900/files
Please reload this pagehttps://github.com/docarray/docarray/pull/1900/files
poetry.lockhttps://github.com/docarray/docarray/pull/1900/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89
View file https://github.com/docarray/docarray/blob/fe7370c6a0a7e2520fa3c806aa08ae8738e9dcf8/poetry.lock
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/docarray/docarray/pull/1900/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.