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

Add performance monitoring API #470

Merged
merged 33 commits into from
Jan 19, 2024
Merged

Conversation

tustanivsky
Copy link
Collaborator

Related to #13

Copy link
Contributor

github-actions bot commented Dec 20, 2023

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 418d981

@tustanivsky tustanivsky marked this pull request as ready for review December 20, 2023 13:41

void SentrySpanAndroid::RemoveTag(const FString& key)
{
SetTag(key, TEXT(""));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL.
Do you happen to know where this gets filtered? Is that tag still part of the event or does it get removed by the SDK?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on a previous experience with setting extra context for captured events I assume that the "removed" tag is still sent to Sentry however it's not displayed due to its empty value. I wasn't able to find any code in sentry-java that removes it explicitly on the client side but it's hardly confirms my theory

plugin-dev/Source/Sentry/Private/SentrySettings.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@bitsandfoxes bitsandfoxes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@tustanivsky tustanivsky merged commit ae49e20 into main Jan 19, 2024
17 checks passed
@tustanivsky tustanivsky deleted the feat/performance-monitoring branch January 19, 2024 09:19
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.

2 participants