// Services
Five surfaces, one console.
segi gives every project the essentials for error visibility. Run it on your own infrastructure or use a managed setup.
Integration examples
@segi/browser
Segi.init({
projectKey: "segi_pk_live_xxxxx",
environment: "production",
release: "v2.14.3"
});@segi/nextjs
initSegiNext({
projectKey: process.env.SEGI_PROJECT_KEY!,
environment: process.env.NODE_ENV
});@segi/nestjs
SegiModule.forRoot({
projectKey: process.env.SEGI_PROJECT_KEY!,
release: process.env.APP_VERSION
});pm2 agent
SEGI_PROJECT_KEY=segi_pk_live_xxxxx \ SEGI_ENDPOINT=https://segiapi.extn.ai/api/ingest/pm2 \ node agent.js --loop