You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Once the SDK is installed or updated, you can enable the experimental metrics feature and code locations being emitted in your SDK init.'
347
+
),
348
+
configurations: [
349
+
{
350
+
language: 'csharp',
351
+
code: getDotnetConfigureSnippet(params),
352
+
},
353
+
],
354
+
},
355
+
],
356
+
verify: ()=>[
357
+
{
358
+
type: StepType.VERIFY,
359
+
description: tct(
360
+
"Then you'll be able to add metrics as [codeCounters:counters], [codeSets:sets], [codeDistribution:distributions], and [codeGauge:gauges]. Try out this example:",
361
+
{
362
+
codeCounters: <code/>,
363
+
codeSets: <code/>,
364
+
codeDistribution: <code/>,
365
+
codeGauge: <code/>,
366
+
}
367
+
),
368
+
configurations: [
369
+
{
370
+
language: 'csharp',
371
+
code: getDotnetVerifySnippet(),
372
+
},
373
+
{
374
+
description: t(
375
+
'With a bit of delay you can see the data appear in the Sentry UI.'
376
+
),
377
+
},
378
+
{
379
+
description: tct(
380
+
'Learn more about metrics and how to configure them, by reading the [docsLink:docs].',
0 commit comments