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

Allowing platform and SDK overrides #747

Closed

Conversation

RiotHaxwagon
Copy link

@RiotHaxwagon RiotHaxwagon commented Nov 17, 2023

This change will allow overrides to the reported platform and SDK. This is useful if you're using the go library to convert and push other kinds of crashes (i.e. not go program crashes). Additionally, this allows you to add Event-specific attachments beyond the shared scope's.

@cleptric
Copy link
Member

@cleptric cleptric closed this Nov 20, 2023
@RiotHaxwagon
Copy link
Author

This is not the same behavior. I shouldn't have to modify the event with a global handler. In this case I'd have to hold onto the attachments instead of just adding when constructing the event.

@RiotHaxwagon
Copy link
Author

The first part of the change, I, indeed, can achieve with BeforeSend. I will make that change to just be attachment modification

@RiotHaxwagon
Copy link
Author

#768

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.

3 participants