From 53d2315ae67cc940a7f6152627baa5e80428e141 Mon Sep 17 00:00:00 2001 From: Mia Hsu <55610339+ameliahsu@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:26:47 -0700 Subject: [PATCH] typo --- develop-docs/development/analytics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/development/analytics.mdx b/develop-docs/development/analytics.mdx index f641f408da4c2..bc1d847b820d5 100644 --- a/develop-docs/development/analytics.mdx +++ b/develop-docs/development/analytics.mdx @@ -202,7 +202,7 @@ For analytics events that happen in Sentry, the function `trackAnalytics` is wha ### Step 1: Add the Typescript Definition -First, add the Typescript definiition of the event to an analytics event file inside the `analytics` directory like [issueAnalyticsEvents.tsx](https://github.com/getsentry/sentry/blob/master/static/app/utils/analytics/issueAnalyticsEvents.tsx). There are two parts of this: +First, add the Typescript definition of the event to an analytics event file inside the `analytics` directory like [issueAnalyticsEvents.tsx](https://github.com/getsentry/sentry/blob/master/static/app/utils/analytics/issueAnalyticsEvents.tsx). There are two parts of this: 1. Define the event parameters that get exported