LucasZF

Results 128 comments of LucasZF

@bruno-garcia Here's my Idea for this issue: Add a delegate similarly to what's done on the ASP.NET Core but for configuring the name: https://github.com/getsentry/sentry-dotnet/blob/e0d6b1de14e66406f0f62b86a1c6091cbb1c6349/src/Sentry.AspNetCore/TransactionNameProvider.cs#L11 Users would be able to define...

I was thinking right now and maybe we could simply leave an open File stream for each process. The idea is simple, each process will have an open file, let's...

Hi jairbubbles, thank you for reporting this bug. The session is being created but the Starting Session breadcrumb is not shown. The Sentry hub is not yet initialized when sending...

```csharp using (SentrySdk.Init(o => { o.Dsn = ""; o.AutoSessionTracking = true; o.Debug = true; })) { Thread.Sleep(1000); throw new Exception("Test"); } ``` If you enable the debug flag it should...

Hi seanarmstrong87. Currently EventProcessors only are applied to events but not Transactions

@bruno-garcia we need to add x86_x64 to the test app in order to support versions newer than 31

@vaind @bruno-garcia any ideas why Unity doesn't initialize on the latest Android? https://github.com/getsentry/sentry-unity/runs/6291296258?check_suite_focus=true I noticed that Sentry Android SDK always initializes on all the runs but Unity itself sometimes doesn't...

> > @vaind @bruno-garcia any ideas why Unity doesn't initialize on the latest Android? https://github.com/getsentry/sentry-unity/runs/6291296258?check_suite_focus=true > > Anything to do with the "System UI not responding" that the emulator is...

Closing due to age, will rework it on another PR.