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

feat: windows native error & obfuscation support #2286

Merged
merged 67 commits into from
Oct 10, 2024
Merged

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Sep 12, 2024

📜 Description

This adds support for:

  • catching native crashes on Windows
  • server-side symbolication of obfuscated dart errors on Windows

💡 Motivation and Context

💚 How did you test it?

Added tests

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPii is enabled
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

Copy link
Contributor

github-actions bot commented Sep 12, 2024

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

Generated by 🚫 dangerJS against 1b6bc60

@vaind vaind marked this pull request as ready for review September 20, 2024 15:06
Copy link
Contributor

@buenaflor buenaflor left a comment

Choose a reason for hiding this comment

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

overall looks good 👍

since this is a big PR I'll do another pass later

dart/lib/src/protocol/sentry_stack_frame.dart Show resolved Hide resolved
Copy link
Contributor

@buenaflor buenaflor left a comment

Choose a reason for hiding this comment

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

nice 👍

@vaind vaind merged commit 20926fc into main Oct 10, 2024
122 checks passed
@vaind vaind deleted the feat/windows-native branch October 10, 2024 11:02
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