Skip to content
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

build(deps): bump sentry-sdk from 2.12.0 to 2.14.0 in /server #3971

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps sentry-sdk from 2.12.0 to 2.14.0.

Release notes

Sourced from sentry-sdk's releases.

2.14.0

Various fixes & improvements

2.13.0

Various fixes & improvements

  • New integration: Ray (#2400) (#2444) by @​glowskir

    Usage: (add the RayIntegration to your sentry_sdk.init() call and make sure it is called in the worker processes)

    import ray
    import sentry_sdk
    from sentry_sdk.integrations.ray import RayIntegration
    def init_sentry():
    sentry_sdk.init(
    dsn="...",
    traces_sample_rate=1.0,
    integrations=[RayIntegration()],
    )
    init_sentry()
    ray.init(
    runtime_env=dict(worker_process_setup_hook=init_sentry),
    )

    For more information, see the documentation for the Ray integration.

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.14.0

Various fixes & improvements

2.13.0

Various fixes & improvements

  • New integration: Ray (#2400) (#2444) by @​glowskir

    Usage: (add the RayIntegration to your sentry_sdk.init() call and make sure it is called in the worker processes)

    import ray
    import sentry_sdk
    from sentry_sdk.integrations.ray import RayIntegration
    def init_sentry():
    sentry_sdk.init(
    dsn="...",
    traces_sample_rate=1.0,
    integrations=[RayIntegration()],
    )
    init_sentry()
    ray.init(
    runtime_env=dict(worker_process_setup_hook=init_sentry),
    )

... (truncated)

Commits
  • 1e73ce9 Updated changelog
  • 3d0edfd release: 2.14.0
  • 6814df9 tests: Remove broken bottle tests (#3505)
  • 0934e04 Fixed config for old coverage versions (#3504)
  • 9fc3bd2 Fix AWS Lambda tests (#3495)
  • e99873d Better test coverage reports (#3498)
  • 0fb9606 feat(celery): Add wrapper for Celery().send_task to support behavior as `Ta...
  • 16d05f4 fix(django): SentryWrappingMiddleware.init fails if super() is object
  • 9df2b21 feat(strawberry): Support Strawberry 0.239.2 (#3491)
  • cd15bff ref: Remove obsolete object as superclass (#3480)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 16, 2024
Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
polar ⬜️ Ignored (Inspect) Visit Preview Sep 16, 2024 7:21am

Copy link
Contributor

github-actions bot commented Sep 16, 2024

📦 Next.js Bundle Analysis for web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 188.72 KB (-1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Fifty-one Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/(installation)/github/layout 344 B 189.05 KB 54.02% (+/- <0.01%)
/(topbar)/layout 254.96 KB 443.68 KB 126.77% (+/- <0.01%)
/[organization]/(sidebar)/layout 269.81 KB 458.53 KB 131.01% (+/- <0.01%)
/[organization]/(sidebar)/issues/page 151.73 KB 340.45 KB 97.27% (+/- <0.01%)
/[organization]/(sidebar)/page 249.48 KB 438.2 KB 125.20% (+/- <0.01%)
/[organization]/(sidebar)/posts/[postSlug]/page 268 KB 456.72 KB 130.49% (+/- <0.01%)
/[organization]/(sidebar)/repositories/page 138.66 KB 327.38 KB 93.54% (+/- <0.01%)
/[organization]/[repo]/issues/[number]/(create)/page 222.72 KB 411.44 KB 117.55% (+/- <0.01%)
/[organization]/[repo]/page 302.99 KB 491.71 KB 140.49% (+/- <0.01%)
/backoffice/layout 537.76 KB 726.48 KB 207.57% (🟢 -0.01%)
/(topbar)/(backer)/purchases/products/page 124.38 KB 313.1 KB 89.46% (+/- <0.01%)
/(topbar)/(backer)/purchases/products/[id]/page 275.1 KB 463.82 KB 132.52% (+/- <0.01%)
/(topbar)/(backer)/purchases/subscriptions/[id]/page 277.1 KB 465.82 KB 133.09% (+/- <0.01%)
/(topbar)/(backer)/purchases/subscriptions/page 118.95 KB 307.67 KB 87.90% (+/- <0.01%)
/dashboard/[organization]/(topbar)/(home)/page 547.5 KB 736.22 KB 210.35% (+/- <0.01%)
/dashboard/[organization]/(topbar)/layout 537.76 KB 726.48 KB 207.57% (+/- <0.01%)
/(topbar)/(backer)/settings/page 297.26 KB 485.98 KB 138.85% (+/- <0.01%)
/dashboard/[organization]/(topbar)/analytics/page 666.26 KB 854.97 KB 244.28% (+/- <0.01%)
/dashboard/[organization]/(topbar)/donations/donors/page 344 B 189.05 KB 54.02% (+/- <0.01%)
/dashboard/[organization]/(topbar)/donations/overview/page 647.56 KB 836.28 KB 238.94% (+/- <0.01%)
/dashboard/[organization]/(topbar)/donations/page 344 B 189.05 KB 54.02% (+/- <0.01%)
/dashboard/[organization]/(topbar)/initialize/page 167.94 KB 356.66 KB 101.90% (+/- <0.01%)
/dashboard/[organization]/(topbar)/issues/badge/page 550.81 KB 739.53 KB 211.29% (+/- <0.01%)
/dashboard/[organization]/(topbar)/issues/organizations/page 529.1 KB 717.82 KB 205.09% (+/- <0.01%)
/dashboard/[organization]/(topbar)/issues/overview/page 574.11 KB 762.83 KB 217.95% (+/- <0.01%)
/dashboard/[organization]/(topbar)/members/page 527.24 KB 715.96 KB 204.56% (+/- <0.01%)
/dashboard/[organization]/(topbar)/posts/analytics/page 643.29 KB 832.01 KB 237.72% (+/- <0.01%)
/dashboard/[organization]/(topbar)/posts/page 638.18 KB 826.9 KB 236.26% (+/- <0.01%)
/dashboard/[organization]/(topbar)/products/page 528.41 KB 717.13 KB 204.89% (+/- <0.01%)
/dashboard/[organization]/(topbar)/sales/page 554.23 KB 742.95 KB 212.27% (+/- <0.01%)
/dashboard/[organization]/(topbar)/products/benefits/page 617.43 KB 806.15 KB 230.33% (+/- <0.01%)
/dashboard/[organization]/(topbar)/settings/page 559.4 KB 748.12 KB 213.75% (+/- <0.01%)
/dashboard/[organization]/(topbar)/sales/subscriptions/page 567.63 KB 756.35 KB 216.10% (+/- <0.01%)
/dashboard/[organization]/(white)/posts/[post]/page 657.33 KB 846.05 KB 241.73% (+/- <0.01%)
/dashboard/[organization]/(white)/layout 526.27 KB 714.98 KB 204.28% (+/- <0.01%)
/dashboard/[organization]/(topbar)/settings/webhooks/endpoints/[id]/page 567.61 KB 756.32 KB 216.09% (+/- <0.01%)
/dashboard/[organization]/(white)/posts/new/page 655.03 KB 843.75 KB 241.07% (+/- <0.01%)
/dashboard/[organization]/products/[id]/page 604.78 KB 793.5 KB 226.71% (+/- <0.01%)
/dashboard/[organization]/products/layout 526.27 KB 714.99 KB 204.28% (+/- <0.01%)
/dashboard/[organization]/products/new/page 604.48 KB 793.2 KB 226.63% (+/- <0.01%)
/dashboard/[organization]/promote/page 544.93 KB 733.65 KB 209.61% (+/- <0.01%)
/dashboard/[organization]/promote/layout 526.27 KB 714.99 KB 204.28% (+/- <0.01%)
/docs/api/(mdx)/authentication/page 250.94 KB 439.66 KB 125.62% (+/- <0.01%)
/docs/api/(mdx)/sdk/github-actions/page 33.9 KB 222.62 KB 63.61% (+/- <0.01%)
/(topbar)/(backer)/finance/outgoing/page 206.03 KB 394.75 KB 112.79% (+/- <0.01%)
/(topbar)/(backer)/finance/layout 221.25 KB 409.97 KB 117.13% (+/- <0.01%)
/(topbar)/(backer)/finance/incoming/page 256.63 KB 445.35 KB 127.24% (+/- <0.01%)
/dashboard/[organization]/(topbar)/finance/layout 526.26 KB 714.98 KB 204.28% (+/- <0.01%)
/dashboard/[organization]/(topbar)/finance/incoming/page 213.44 KB 402.16 KB 114.90% (+/- <0.01%)
/dashboard/[organization]/(topbar)/finance/outgoing/page 162.76 KB 351.48 KB 100.42% (+/- <0.01%)
/dashboard/[organization]/(topbar)/finance/issue-funding/layout 526.26 KB 714.98 KB 204.28% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@dependabot dependabot bot force-pushed the dependabot/pip/server/sentry-sdk-2.14.0 branch 2 times, most recently from 6d2d605 to e79a439 Compare September 16, 2024 07:07
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.12.0 to 2.14.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.12.0...2.14.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/server/sentry-sdk-2.14.0 branch from e79a439 to 7cc5991 Compare September 16, 2024 07:15
@frankie567 frankie567 merged commit d450b81 into main Sep 19, 2024
8 of 9 checks passed
@frankie567 frankie567 deleted the dependabot/pip/server/sentry-sdk-2.14.0 branch September 19, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant