,
programCode:
,
}
),
configurations: [
{
language: 'csharp',
code: getConfigureSnippet(params),
},
],
},
],
verify: () => [
{
type: StepType.VERIFY,
description: t('Verify Sentry is correctly configured by sending a message:'),
configurations: [
{
language: 'csharp',
code: 'SentrySdk.CaptureMessage("Something went wrong");',
},
],
},
{
title: t('Performance Monitoring'),
description: t(
'You can measure the performance of your code by capturing transactions and spans.'
),
configurations: [
{
language: 'csharp',
code: getPerformanceMonitoringSnippet(),
},
],
additionalInfo: tct(
'Check out [link:the documentation] to learn more about the API and automatic instrumentations.',
{
link: (
{tct(
'You can find an example ASP.NET MVC 5 app with Sentry integrated [link:on this GitHub repository].',
{
link: (
,
strong: ,
}
)}