Giancarlo Buenaflor
Giancarlo Buenaflor
## :scroll: Description if the os user is named sentry, `removeNonSdkFrames` will remove those frames as well ## :bulb: Motivation and Context Frames from converting for example Kotlin Throwables to...
### Platform iOS ### Installed CocoaPods ### Version 7.21.0 ### Steps to Reproduce Additional frames in the stacktrace from kotlin using [this repo](https://github.com/rickclephas/NSExceptionKt) results in those frames being dropped by...
This introduces some additions to be able to support a Kotlin Multiplatform publish. Additional artifacts include: `*.klib, *-all.jar, *-metadata.jar, *.module`. Example artifacts of [Kermit](https://github.com/touchlab/Kermit): - ios artifacts: https://repo1.maven.org/maven2/co/touchlab/kermit-sentry-iosarm64/1.2.0-M2/ - root...
Hi! I was wondering if there's interest in integrating the [sentry.io kmp sdk](https://github.com/getsentry/sentry-kotlin-multiplatform) into this repository. This repo seems to be a great kmp starter repo so it could be...
### Description We should use [org auth tokens](https://docs.sentry.io/product/accounts/auth-tokens/) whenever we need to use an auth token in the repo instead of a user auth token Currently it's used in -...
### Description Let's check if we can fix the tests disabled [here](https://github.com/getsentry/sentry-dart/pull/1894)
### Description issue: https://github.com/getsentry/team-sdks/issues/61
### Description Part of an initiative to get this supported and documented by all SDKs in the same way, relevant for User Feedback: https://github.com/getsentry/sentry-docs/issues/9232 Add/link to docs under https://docs.sentry.io/platforms/dart/user-feedback/ and...
### Description Currently it's not being added as an integration and won't show up on statistics if we look up adoption.
File sync run in the main isolate for a certain amount of time should report as a performance issue
### Description SImilar to how the native SDKs do it. Needs investigation first if we can check if it's run in a background isolate ```[tasklist] ### Blocked by - [...