csinspect
csinspect copied to clipboard
chore(deps): bump sentry-sdk from 1.32.0 to 1.39.2
Bumps sentry-sdk from 1.32.0 to 1.39.2.
Release notes
Sourced from sentry-sdk's releases.
1.39.2
Various fixes & improvements
- Fix timestamp in transaction created by OTel (#2627) by
@antonpirker
- Fix relative path in DB query source (#2624) by
@antonpirker
- Run more CI checks on 2.0 branch (#2625) by
@sentrivana
- Fix tracing
TypeError
for static and class methods (#2559) by@szokeasaurusrex
- Fix missing
ctx
in Arq integration (#2600) by@ivanovart
- Change
data_category
fromcheck_in
tomonitor
(#2598) by@sentrivana
1.39.1
Various fixes & improvements
- Fix psycopg2 detection in the Django integration (#2593) by
@sentrivana
- Filter out empty string releases (#2591) by
@sentrivana
- Fixed local var not present when there is an error in a user's
error_sampler
function (#2511) by@antonpirker
- Fixed typing in
aiohttp
(#2590) by@antonpirker
1.38.0
Various fixes & improvements
- Only add trace context to checkins and do not run
event_processors
for checkins (#2536) by@antonpirker
- Metric span summaries (#2522) by
@mitsuhiko
- Add source context to code locations (#2539) by
@jan-auer
- Use in-app filepath instead of absolute path (#2541) by
@antonpirker
- Switch to
jinja2
for generating CI yamls (#2534) by@sentrivana
1.37.1
Various fixes & improvements
- Fix
NameError
onparse_version
with eventlet (#2532) by@sentrivana
- build(deps): bump checkouts/data-schemas from
68def1e
toe9f7d58
(#2501) by@dependabot
1.37.0
Various fixes & improvements
Move installed modules code to utils (#2429) by
@sentrivana
Note: We moved the internal function
_get_installed_modules
fromsentry_sdk.integrations.modules
tosentry_sdk.utils
. So if you use this function you have to update your importsAdd code locations for metrics (#2526) by
@jan-auer
Add query source to DB spans (#2521) by
@antonpirker
Run integration tests with newest
pytest
(#2518) by@sentrivana
Bring tests up to date (#2512) by
@sentrivana
Fix: Prevent global var from being discarded at shutdown (#2530) by
@antonpirker
Fix: Scope transaction source not being updated in scope.span setter (#2519) by
@sl0thentr0py
1.36.0
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
1.39.2
Various fixes & improvements
- Fix timestamp in transaction created by OTel (#2627) by
@antonpirker
- Fix relative path in DB query source (#2624) by
@antonpirker
- Run more CI checks on 2.0 branch (#2625) by
@sentrivana
- Fix tracing
TypeError
for static and class methods (#2559) by@szokeasaurusrex
- Fix missing
ctx
in Arq integration (#2600) by@ivanovart
- Change
data_category
fromcheck_in
tomonitor
(#2598) by@sentrivana
1.39.1
Various fixes & improvements
- Fix psycopg2 detection in the Django integration (#2593) by
@sentrivana
- Filter out empty string releases (#2591) by
@sentrivana
- Fixed local var not present when there is an error in a user's
error_sampler
function (#2511) by@antonpirker
- Fixed typing in
aiohttp
(#2590) by@antonpirker
1.39.0
Various fixes & improvements
- Add support for cluster clients from Redis SDK (#2394) by
@md384
- Improve location reporting for timer metrics (#2552) by
@mitsuhiko
- Fix Celery
TypeError
with no-argumentapply_async
(#2575) by@szokeasaurusrex
- Fix Lambda integration with EventBridge source (#2546) by
@davidcroda
- Add max tries to Spotlight (#2571) by
@hazAT
- Handle
os.path.devnull
access issues (#2579) by@sentrivana
- Change
code.filepath
frame picking logic (#2568) by@sentrivana
- Trigger AWS Lambda tests on label (#2538) by
@sentrivana
- Run permissions step on pull_request_target but not push (#2548) by
@sentrivana
- Hash AWS Lambda test functions based on current revision (#2557) by
@sentrivana
- Update Django version in tests (#2562) by
@sentrivana
- Make metrics tests non-flaky (#2572) by
@antonpirker
1.38.0
Various fixes & improvements
- Only add trace context to checkins and do not run
event_processors
for checkins (#2536) by@antonpirker
- Metric span summaries (#2522) by
@mitsuhiko
- Add source context to code locations (#2539) by
@jan-auer
- Use in-app filepath instead of absolute path (#2541) by
@antonpirker
- Switch to
jinja2
for generating CI yamls (#2534) by@sentrivana
1.37.1
Various fixes & improvements
... (truncated)
Commits
b244efc
Update CHANGELOG.md5a2d813
release: 1.39.2b74ea08
Fix timestamp in transaction created by OTel (#2627)b873c38
Fix relative path in db query source (#2624)6f41823
Run more CI checks on 2.0 branch (#2625)8bd2f46
fix(api): Fix tracing TypeError for static and class methods (#2559)6470063
Arq integration ctx (#2600)248cb06
fix(crons): Changedata_category
fromcheck_in
tomonitor
(#2598)658c6c9
Merge branch 'release/1.39.1'2b46ec3
Update CHANGELOG.md- 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 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)