Загрузка...
Sign up, create a project, get an API key and start tracking errors. No server setup required — everything is ready to go.
Create an account in a minute. Email and password — that's all you need to start
Add a project and get a unique API key for integration
Connect the SDK to your application and start receiving logs
Install the SDK and enter your API key
import { OmnisLogger } from 'omnis-logger-sdk'
const logger = new OmnisLogger({
apiKey: 'your-project-api-key',
environment: 'production'
})
// Capture errors
logger.captureException(error)
// Custom events
logger.info('User logged in', { userId: 123 })