Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliahsu committed Aug 5, 2024
1 parent 6d92a6e commit 53d2315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop-docs/development/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53d2315

Please sign in to comment.