|
@@ -53,9 +53,6 @@ export type OnboardingEventParameters = {
|
|
|
platform: string;
|
|
|
project_id: string;
|
|
|
};
|
|
|
- 'onboarding.setup_messaging_integration_button_rendered': {
|
|
|
- project_id: string;
|
|
|
- };
|
|
|
'onboarding.source_maps_wizard_button_copy_clicked': {
|
|
|
platform: string;
|
|
|
project_id: string;
|
|
@@ -90,8 +87,6 @@ export const onboardingEventMap: Record<keyof OnboardingEventParameters, string>
|
|
|
'onboarding.source_maps_wizard_selected_and_copied':
|
|
|
'Onboarding: Source Maps Wizard Selected and Copied',
|
|
|
'onboarding.nextjs-dsn-copied': 'Onboarding: NextJS DSN Copied',
|
|
|
- 'onboarding.setup_messaging_integration_button_rendered':
|
|
|
- 'Onboarding: Setup Messaging Integration Button Rendered',
|
|
|
'onboarding.messaging_integration_modal_rendered':
|
|
|
'Onboarding: Messaging Integration Modal Rendered',
|
|
|
'onboarding.messaging_integration_external_install_clicked':
|