2017-07-19 23:00:10 +02:00
|
|
|
{{#if dsn}}
|
|
|
|
window.dsn = '{{{dsn}}}';
|
|
|
|
{{/if}}
|
|
|
|
{{#if trackerId}}
|
|
|
|
window.trackerId = '{{{trackerId}}}';
|
|
|
|
{{/if}}
|
2017-07-20 21:50:20 +02:00
|
|
|
const MAXFILESIZE = {{{maxFileSize}}};
|
2017-07-24 22:07:49 +02:00
|
|
|
const EXPIRE_SECONDS = {{{expireSeconds}}};
|