Skip to content

Commit fbfc6dc

Browse files
author
Adam McKerlie
authored
Update Error Tracking label to Instrumentation (#20383)
* Update label to Instrumentation
1 parent cfdf55a commit fbfc6dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sentry/static/sentry/app/views/projectInstall/overview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ProjectInstallOverview extends AsyncComponent {
5757

5858
return (
5959
<div>
60-
<SentryDocumentTitle title={t('Error Tracking')} objSlug={projectId} />
60+
<SentryDocumentTitle title={t('Instrumentation')} objSlug={projectId} />
6161
<SettingsPageHeader title={t('Configure your application')} />
6262
<TextBlock>
6363
{t(

src/sentry/static/sentry/app/views/settings/project/navigationConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default function getConfiguration({
108108
items: [
109109
{
110110
path: `${pathPrefix}/install/`,
111-
title: t('Error Tracking'),
111+
title: t('Instrumentation'),
112112
},
113113
{
114114
path: `${pathPrefix}/keys/`,

0 commit comments

Comments
 (0)