Skip to content

Commit 00e88cc

Browse files
committed
fix: Drop the experimental warning
Still somewhat experimental, but annoying as it can't be disabled.
1 parent 8024004 commit 00e88cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/browser/src/entrypoints/module.slim.es.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/* eslint-disable-next-line no-console */
2-
console.warn(
3-
'[PostHog Experimental] The slim module is experimental and may break or change on any release. Please use with caution and report any issues you encounter.'
4-
)
51
import './external-scripts-loader'
62
import posthog from './module.slim.no-external.es'
73
export * from './module.slim.no-external.es'

0 commit comments

Comments
 (0)