9 lines
193 B
Handlebars
9 lines
193 B
Handlebars
{{#if dsn}}
|
|
window.dsn = '{{{dsn}}}';
|
|
{{/if}}
|
|
{{#if trackerId}}
|
|
window.trackerId = '{{{trackerId}}}';
|
|
{{/if}}
|
|
const MAXFILESIZE = {{{maxFileSize}}};
|
|
const EXPIRE_SECONDS = {{{expireSeconds}}};
|