Add Technical Changelog page

This commit is contained in:
Misode
2021-10-31 18:22:10 +01:00
parent bb1223df60
commit 765f96372f
11 changed files with 268 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ export namespace Analytics {
export function setGenerator(generator: string) {
dimension(DIM_GENERATOR, generator)
console.log(generator)
}
export function generatorEvent(action: string, label?: string) {