The steps are:
- Load the sample as-is (I upgraded everything to net10.0 and the latest versions, but this error still occurs)
- Assign
SamplesShared.Dsn
- Press
F5
- Observe error
Alternatively, modifying builder.WebHost.UseSentry(SamplesShared.Dsn) so that it reads from appSettings instead (builder.WebHost.UseSentry()), setting Sentry.Dsn here and pressing F5 also results in the same error.
Please let me know if I have misunderstood the above process.
Originally posted by @Mike-E-angelo in #5245
Related
Originally posted by @Mike-E-angelo in #5245
Related