Operational

DocsGithub Open app

Operational

Github Articles Pitch Usecases Playground API

Contents

Start hereSetup Operational
The Manual
IntroductionPWA & push notificationsConventionsSetupTest modeNotifications
Integrations
Nodejs SDKPHP SDKWordpress plugin
Events API
IntroductionSend your first eventEvent parametersStructured EventsActionsContextsCategoriesError handling
Self hosting
IntroductionInstall locallyInstall on VPSInstall on RenderInstall via DockerInstall via Docker and CoolifyOnboardingSetup .envSetup PWA & push notificationsBest practices
Other
VisionRoadmapContributing

Categories

Once you start receiving events, your main feed will be super dense.

Use categories to group events by their usecase.

Example

const e = {
  name: "a critical event",
  avatar: "🤖",
  category : "error"
};

After sending this event, a “error” category will show up under the search bar inside the webapp UI.

Clicking on this will show you events which match the “error” category.

You can now filter events by the ‘error’ category through the search bar inside Operational. Click on the dropdown next to the search bar and your categories will show up.

ContextsError handling

Operational

PrivacyTerms
About the product
  • Use cases
  • Playground
  • API
  • Pitch
  • Pricing
  • Wordpress plugin
Related to the product
  • VS Logsnag
  • Open Source
  • Articles
Useful articles for your SaaS
  • Force post: The Payment Hack that lets Merchants charge you without approval
  • 6 Best practices for early stage B2B SaaS customer support
  • Setup event notifications for your SaaS
  • How to get high quality users for your B2B SaaS business?