We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509972a commit 7026aebCopy full SHA for 7026aeb
rust/posthog-cli/src/utils/constant.rs
@@ -1,3 +1,3 @@
1
pub const CODE_SNIPPET_TEMPLATE: &str = r#"!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._posthogChunkIds=e._posthogChunkIds||{},e._posthogChunkIds[n]="__POSTHOG_CHUNK_ID__")}catch(e){}}();\n"#;
2
-pub const CHUNKID_COMMENT_PREFIX: &str = "\n//# chunkId=__POSTHOG_CHUNCK_ID__";
+pub const CHUNKID_COMMENT_PREFIX: &str = "\n//# chunkId=__POSTHOG_CHUNK_ID__";
3
pub const CHUNKID_PLACEHOLDER: &str = "__POSTHOG_CHUNCK_ID__";
0 commit comments