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

Initialize Tags as List<string> instead of string array in ASP.NET Core middleware #467

Merged

Conversation

dougwaldron
Copy link
Contributor

When the UnhandledException tag is added by the ASP.NET Core middleware, tags are initialized as a string array, which
is of fixed size, preventing additional tags from being added (for example when overriding the Raygun client provider). Initializing as a List<string> instead will fix this.

fixes #466

When the UnhandledException tag is added by the 
middleware, tags are initialized as a string array, which
is of fixed size preventing additional tags from being 
added, for example when overriding the Raygun client
provider.
Copy link
Contributor

@darcythomas darcythomas left a comment

Choose a reason for hiding this comment

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

Looks good thanks

@darcythomas darcythomas merged commit 36dd1d7 into MindscapeHQ:master Apr 8, 2022
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.

NotSupportedException when adding a tag from ASP.NET middleware
2 participants