Skip to content

Update sentry-sdk requirement from ~=1.1.0 to ~=1.13.0#138

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/sentry-sdk-approx-eq-1.13.0
Closed

Update sentry-sdk requirement from ~=1.1.0 to ~=1.13.0#138
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/sentry-sdk-approx-eq-1.13.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Updates the requirements on sentry-sdk to permit the latest version.

Release notes

Sourced from sentry-sdk's releases.

1.13.0

Various fixes & improvements

  • Add Starlite integration (#1748) by @​gazorby

    Adding support for the Starlite framework. Unhandled errors are captured. Performance spans for Starlite middleware are also captured. Thanks @​gazorby for the great work!

    Usage:

    from starlite import Starlite, get
    import sentry_sdk
    from sentry_sdk.integrations.starlite import StarliteIntegration
    sentry_sdk.init(
    dsn="...",
    traces_sample_rate=1.0,
    integrations=[
    StarliteIntegration(),
    ],
    )
    @​get("/")
    def hello_world() -> dict[str, str]:
    """Keeping the tradition alive with hello world."""
    bla = 1/0  # causing an error
    return {"hello": "world"}
    app = Starlite(route_handlers=[hello_world])

  • Profiling: Remove sample buffer from profiler (#1791) by @​Zylphrex

  • Profiling: Performance tweaks to profile sampler (#1789) by @​Zylphrex

  • Add span for Django SimpleTemplateResponse rendering (#1818) by @​chdsbd

  • Use @​wraps for Django Signal receivers (#1815) by @​meanmail

  • Add enqueued_at and started_at to rq job extra (#1024) by @​kruvasyan

  • Remove sanic v22 pin (#1819) by @​sl0thentr0py

  • Add support for byterray and memoryview built-in types (#1833) by @​Tarty

  • Handle "rc" in SQLAlchemy version. (#1812) by @​peterschutt

  • Doc: Use .venv (not .env) as a virtual env location in CONTRIBUTING.md (#1790) by @​tonyo

  • Auto publish to internal pypi on release (#1823) by @​asottile-sentry

  • Added Python 3.11 to test suite (#1795) by @​antonpirker

  • Update test/linting dependencies (#1801) by @​antonpirker

  • Deps: bump sphinx from 5.2.3 to 5.3.0 (#1686) by @​dependabot

Changelog

Sourced from sentry-sdk's changelog.

1.13.0

Various fixes & improvements

  • Add Starlite integration (#1748) by @​gazorby

    Adding support for the Starlite framework. Unhandled errors are captured. Performance spans for Starlite middleware are also captured. Thanks @​gazorby for the great work!

    Usage:

    from starlite import Starlite, get
    import sentry_sdk
    from sentry_sdk.integrations.starlite import StarliteIntegration
    sentry_sdk.init(
    dsn="...",
    traces_sample_rate=1.0,
    integrations=[
    StarliteIntegration(),
    ],
    )
    @​get("/")
    def hello_world() -> dict[str, str]:
    """Keeping the tradition alive with hello world."""
    bla = 1/0  # causing an error
    return {"hello": "world"}
    app = Starlite(route_handlers=[hello_world])

  • Profiling: Remove sample buffer from profiler (#1791) by @​Zylphrex

  • Profiling: Performance tweaks to profile sampler (#1789) by @​Zylphrex

  • Add span for Django SimpleTemplateResponse rendering (#1818) by @​chdsbd

  • Use @​wraps for Django Signal receivers (#1815) by @​meanmail

  • Add enqueued_at and started_at to rq job extra (#1024) by @​kruvasyan

  • Remove sanic v22 pin (#1819) by @​sl0thentr0py

  • Add support for byterray and memoryview built-in types (#1833) by @​Tarty

  • Handle "rc" in SQLAlchemy version. (#1812) by @​peterschutt

  • Doc: Use .venv (not .env) as a virtual env location in CONTRIBUTING.md (#1790) by @​tonyo

  • Auto publish to internal pypi on release (#1823) by @​asottile-sentry

  • Added Python 3.11 to test suite (#1795) by @​antonpirker

  • Update test/linting dependencies (#1801) by @​antonpirker

  • Deps: bump sphinx from 5.2.3 to 5.3.0 (#1686) by @​dependabot

1.12.1

Various fixes & improvements

... (truncated)

Commits
  • c5d25db Added Starlite usage to changelog.
  • 4fea13f release: 1.13.0
  • c6d7b67 fix(serializer): Add support for byterray and memoryview built-in types (...
  • 20c25f2 Feat: add Starlite integration (#1748)
  • 23f1d07 Added Python 3.11 to test suite (#1795)
  • dd8bfe3 Update test/linting dependencies (#1801)
  • b300b10 ref(profiling): Remove sample buffer from profiler (#1791)
  • 2f67f12 Auto publish to internal pypi on release (#1823)
  • 2f916d3 perf(profiling): Performance tweaks to profile sampler (#1789)
  • dfb04f5 Add span for Django SimpleTemplateResponse rendering (#1818)
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.1.0...1.13.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2023

Superseded by #141.

@dependabot dependabot bot closed this Jan 24, 2023
@dependabot dependabot bot deleted the dependabot/pip/sentry-sdk-approx-eq-1.13.0 branch January 24, 2023 09:05
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.

0 participants