-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chore: span push and sentry logs #36682
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,4 +9,8 @@ public class BaseSpan { | |
| public static final String GIT_SPAN_PREFIX = "git."; | ||
|
|
||
| public static final String APPLICATION_SPAN_PREFIX = "application."; | ||
|
|
||
| public static final String AUTHENTICATE = "authenticate"; | ||
ApekshaBhosale marked this conversation as resolved.
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we use more specific strings here? Just to make sure we know exactly what we're tracking?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i have added general because i want to collect all authenticate related spans. tell me if all authenticate spans will be
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay, may be we'll know more as we gather data. Let's go ahead with this for now. |
||
|
|
||
| public static final String AUTHORIZE = "authorize"; | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.