sentry-dotnet
sentry-dotnet copied to clipboard
[IGNORE for now] add a small test program to get il offset + metadata tokens
Please ignore this, its just for experimentation so far ;-)
Fails | |
---|---|
:no_entry_sign: | Please consider adding a changelog entry for the next release. |
Messages | |
---|---|
:book: | Do not forget to update Sentry-docs with your feature once the pull request gets approved. |
Instructions and example for changelog
Please add an entry to CHANGELOG.md
to the "Unreleased" section. Make sure the entry includes this PR's number.
Example:
## Unreleased
- Capture Debug Images and StackFrame fields for Portable PDB symbolication ([#1785](https://github.com/getsentry/sentry-dotnet/pull/1785))
If none of the above apply, you can opt out of this check by adding #skip-changelog
to the PR description.
Generated by :no_entry_sign: dangerJS against 3324668bf1b82a9ea25a4da2d2d67ed00911b4a9
Thanks for all your hard work on this! I've merged in main
to catch up this branch. I'll review in further detail and update failing tests, etc. as soon as time allows. 👍
I've rebased this PR but in the end decided to replace the PR as the approach may end up different, due to the lack of default interface method support this PR relied on. Also, want to keep the new PR as a draft to avoid spamming everyone before it's ready.
replaced by #2050