Загрузка...

Omnis LoggerBETAv0.1.0
Quick Start • No Server Setup

Error Monitoringin a Few Clicks

Sign up, create a project, get an API key and start tracking errors. No server setup required — everything is ready to go.

How It Works

Step 1

Registration

Create an account in a minute. Email and password — that's all you need to start

Step 2

Create a Project

Add a project and get a unique API key for integration

Step 3

Integrate SDK

Connect the SDK to your application and start receiving logs

Simple Integration

Install the SDK and enter your API key

app.js
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 })

Ready to Start?

Free registration. Start tracking errors today.