Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: windows native error & obfuscation support (#2286)
* chore: update windows code based on latest flutter template with plugin_ffi * feat: add sentry-native library to the windows build * add sentry-native bindings * basic tests * more native binding functions * improve native tests * more native binding calls * load debug image list * add native feature support flags * clean * update native crash example * post-merge fixup * example: allways show console in the windows sample app * fix: windows build with crashpad * update test script * tmp * tmp * tmp * remove cmake_minimum_required * windows native obfuscated stack trace support * move native debug image resolution to sentry_native.dart * fix native test setup * further improve native test build * update debug id conversion code * fix native init test * test fixes * cleanup * improve native test * ensure crashpad_wer is distributed * post-merge failing test fixes * move stacktrace parsing back to stacktrace factory * fix debug image integration and tests * tmp: use sentry.init in the flutter example * fixup dart deps * comment fix * rename: SentryStackTraceFactory create() to parse() * linter isssues * analyzer issue * fix tests on web * fixup code coverage test * chore: update stacktrace tests * fix missing deps * formatting * add missing override annotations * merge sentry-native debug image creation to dart * analyzer issues * disable analysis on generated code * chore: update changelog * analyzer issues * fix tests * Revert "tmp: use sentry.init in the flutter example" This reverts commit 1c7b63d. * test: fix flutter test * fix int.toNativeValue() range * comments * Update CHANGELOG.md
- Loading branch information