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