This website requires JavaScript.
Explore
Help
Sign In
Mastodon
/
forget-cancellare-vecchi-toot
mirror of
https://github.com/codl/forget
Watch
2
Star
0
Fork
You've already forked forget-cancellare-vecchi-toot
0
Code
Issues
Releases
Wiki
Activity
4f7adf37d5
forget-cancellare-vecchi-toot
/
templates
/
sentry.js
3 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
eslint
2017-09-06 13:06:59 +02:00
/*global Raven*/
Raven
.
config
(
'{{sentry_dsn}}'
)
.
install
(
)
;