X Tutup
Skip to content

ref: Add new_trace, continue_trace to span first (6)#5593

Merged
sentrivana merged 22 commits intomasterfrom
ivana/span-first-6-add-continue-and-new-trace
Mar 9, 2026
Merged

ref: Add new_trace, continue_trace to span first (6)#5593
sentrivana merged 22 commits intomasterfrom
ivana/span-first-6-add-continue-and-new-trace

Conversation

@sentrivana
Copy link
Contributor

Description

Add the new sentry_sdk.traces.continue_trace and sentry_sdk.traces.new_trace APIs.

Issues

Reminders

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


This PR will not appear in the changelog.


🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

Codecov Results 📊

134 passed | Total: 134 | Pass Rate: 100% | Execution Time: 21.23s

All tests are passing successfully.

❌ Patch coverage is 33.33%. Project has 13246 uncovered lines.

Files with missing lines (1)
File Patch % Lines
traces.py 53.38% ⚠️ 62 Missing

Generated by Codecov Action

@sentrivana sentrivana force-pushed the ivana/span-first-6-add-continue-and-new-trace branch from 6b63044 to 157d123 Compare March 5, 2026 12:50
@sentrivana sentrivana force-pushed the ivana/span-first-6-add-continue-and-new-trace branch from 157d123 to 54f81af Compare March 5, 2026 13:48
@sentrivana sentrivana marked this pull request as ready for review March 5, 2026 13:55
@sentrivana sentrivana requested a review from a team as a code owner March 5, 2026 13:55
Base automatically changed from ivana/span-first-5-add-start-span-api to master March 9, 2026 08:31
@sentrivana sentrivana enabled auto-merge (squash) March 9, 2026 08:33
@sentrivana sentrivana merged commit b6c684b into master Mar 9, 2026
160 checks passed
@sentrivana sentrivana deleted the ivana/span-first-6-add-continue-and-new-trace branch March 9, 2026 08:41
ericapisani pushed a commit that referenced this pull request Mar 9, 2026
### Description
Add the new `sentry_sdk.traces.continue_trace` and
`sentry_sdk.traces.new_trace` APIs.

#### Issues
<!--
* resolves: #1234
* resolves: LIN-1234
-->

#### Reminders
- Please add tests to validate your changes, and lint your code using
`tox -e linters`.
- Add GH Issue ID _&_ Linear ID (if applicable)
- PR title should use [conventional
commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type)
style (`feat:`, `fix:`, `ref:`, `meta:`)
- For external contributors:
[CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md),
[Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord
community](https://discord.gg/Ww9hbqr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup