Skip to content

Commit c079f51

Browse files
committed
fix: drop performanceMarkFeature emits
1 parent cb93008 commit c079f51

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/runtime/registry/google-analytics.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ export function useScriptGoogleAnalytics<T extends GoogleAnalyticsApi>(_options?
130130
gtag: w.gtag as DataLayer,
131131
}
132132
},
133-
performanceMarkFeature: 'nuxt-third-parties-ga',
134-
tagPriority: 1,
135133
},
136134
clientInit: import.meta.server
137135
? undefined

src/runtime/registry/google-tag-manager.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ export function useScriptGoogleTagManager<T extends GoogleTagManagerApi>(
153153
google_tag_manager: window.google_tag_manager,
154154
}
155155
},
156-
performanceMarkFeature: 'nuxt-third-parties-gtm',
157-
tagPriority: 1,
158156
},
159157
clientInit: import.meta.server
160158
? undefined

src/runtime/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ export type NuxtUseScriptOptions<T extends Record<symbol | string, any> = {}> =
7070
* to `false` if the origin is the same.
7171
*/
7272
warmupStrategy?: WarmupStrategy
73-
/**
74-
* @internal
75-
*/
76-
performanceMarkFeature?: string
7773
/**
7874
* @internal
7975
*/

0 commit comments

Comments
 (0)