Simon Cropp
Simon Cropp
@vlaterz re `Sentry rejected the envelope` followed by `Successfully sent cached envelope`. yes that is confusing. i have raised it here https://github.com/getsentry/sentry-dotnet/pull/1542
can you upload the raw file from you cache directory
@bruno-garcia @mattjohnsonpint i need some help on this one. I am not able to reproduce, and cannot see any difference in the above attached envelope file that should be causing...
@bruno-garcia @mattjohnsonpint seems that message is coming from the relay https://github.com/getsentry/relay/blob/master/relay-server/src/envelope.rs#L61 is there someone we can pull in from that team to have a look at the envelope files?
@vlaterz from your information above, it looks like you are using sentry in [SAAS mode](https://docs.sentry.io/product/sentry-basics/migration/). So to work out if this is a problem specific to SASS, or is reproducible...
> Init is supposed to be called once in the app lifecycle so should we throw on the second init call?
@bruno-garcia @lucas-zimerman thoughts on the above?
> The question remains if we'll have to target the libraries specifically for .NET 7 to see these perf gains or not. i think the majority of perf fixed are...
so the main is not async OOTB ``` private static void $(string[] args) { SentrySdk.Init(delegate(SentryOptions o) { o.Dsn = "https://[email protected]/5994502"; o.Debug = true; o.TracesSampleRate = 1.0; o.IsGlobalModeEnabled = true; o.AutoSessionTracking...
> The transaction marked as failed and links to the error > Only a transaction was captured and its status was unknown. where do i see this information in the...