-
-
Notifications
You must be signed in to change notification settings - Fork 226
ref: SDK internal Tag handling #2621
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
Conversation
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- SDK internal Tag handling ([#2621](https://github.com/getsentry/sentry-dotnet/pull/2621))If none of the above apply, you can opt out of this check by adding |
src/Sentry/IHasTags.cs
Outdated
| /// </summary> | ||
| /// <param name="hasTags"></param> | ||
| /// <returns></returns> | ||
| public static IReadOnlyDictionary<string, string>? GetTagsOrNull(this IHasTags hasTags) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this method now that we have InternalTags again?
| public static IReadOnlyDictionary<string, string>? GetTagsOrNull(this IHasTags hasTags) | |
| internal static IReadOnlyDictionary<string, string>? GetTagsOrNull(this IHasTags hasTags) |
b4a8ce6 to
1f296c8
Compare
|
Superseded by #2636 |
First iteration