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

feat(sentry-tracing): add span fields to breadcrumbs #708

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomaseizinger
Copy link
Contributor

The fields of a span are equally helpful in an event as well as in the breadcrumbs leading up to it. In fact, in an application that makes heavy use of spans to add contextual information to messages, the log messages themselves without the span fields are often almost useless.

@thomaseizinger thomaseizinger changed the title feat(sentry-tracing): add span fields to breadcrbums feat(sentry-tracing): add span fields to breadcrumbs Nov 19, 2024
github-merge-queue bot pushed a commit to firezone/firezone that referenced this pull request Nov 19, 2024
This switches our `sentry-tracing` dependency to a fork that includes
getsentry/sentry-rust#708. Recording our span
fields with breadcrumbs is important to provide accurate context of the
message. Without the span fields, the messages give us a lot less
information.

Since the last release, the open issue on `flush` having a flipped
return value got fixed as well.
@thomaseizinger
Copy link
Contributor Author

Unfortuantely, this is only one half of the story. We also need to find a solution to #617 (comment) otherwise only spans that have been sampled are present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant