Ivan Dlugos

Results 125 issues of Ivan Dlugos

See _Originally posted by @bruno-garcia in https://github.com/getsentry/sentry-dart/pull/1611#discussion_r1335036972_

This reverts PR #3085. Since the PR, there's a lot of duplicate CI runs. The goal of the PR was to allow 3rd party contributors easier access to CI. As...

This is the current code: https://github.com/getsentry/sentry-dotnet/blob/6274944d00826b0442d038f675f4f46ac0fec182/src/Sentry/SentryOptions.cs#L620-L668 What this effectively does, AFAICT, is that we don't print any warnings when `Debug` is not set. That is pretty unexpected behavior, at least...

Bug
Logging
.NET

The following code looks like a return is missing: https://github.com/getsentry/sentry-dotnet/blob/bd62cf0421cc7a5d7b7804f8461fae00d47d43b8/src/Sentry/Internal/SdkComposer.cs#L61-L72 Originally, the comment got out of sync in this PR: https://github.com/getsentry/sentry-dotnet/pull/2784/files#diff-77b9274c57c77def047f936ba8b349866e9ca9f7cb48ab9e3ca653b106f11881L45-L48 and the code seems to have been broken since:...

### Package Sentry ### .NET Flavor .NET ### .NET Version any ### OS Any (not platform specific) ### SDK Version 4.1.2 ### Self-Hosted Sentry Version _No response_ ### Steps to...

Bug
Product: Performance

Have the SDK operate ‘properly’ but ‘hold off’ on sending events until consent is given. If revoked stop events from being sent again. Depends on: * [x] https://github.com/getsentry/sentry-native/issues/110 * [...

Feature

### Environment Which version of the SDK? current main branch Which version of Unity? Windows Unity 2020 ### Steps to Reproduce 1. Build the sample app for Linux (I've noticed...

Bug
Mono
Linux

In some Sentry SDKs there is an API to cause a crash - this is useful for testing, whether in other SDKs integrating that particular API or in user code...

enhancement
area: api
Platform: Native

I'm trying to integrate sentry-native crash handling to sentry-dotnet SDK when compiled to NativeAOT. I'm integrating as a static library to avoid having the end consumer application to need to...

Platform: Native

### Description This ensures the shorthand tags are updated on every release, i.e. that `v2` always points to the latest `v2.x.y` ### Testing manually check tags on the next release...