Frontend
All frontend integrations on one place.
Installation
npm i errorlogger-sdk --saveyarn add errorlogger-sdk- ErrorLoggerClientOptions
VueJS
VUE_APP_ERRORLOGGER_DSN=<DSN-HERE>import { ErrorLoggerClient } from 'errorlogger-sdk/build/client/ErrorLoggerClient'
new ErrorLoggerClient({
dsn: process.env.VUE_APP_ERRORLOGGER_DSN,
environment: 'production'
});React
Angular
Last updated