Starter

Error Reporting Rollbar

Rollbar starter-backed error reporting support for Helix services.

Artifact
helix-errorreporting-rollbar-spring-boot-starter

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.errorreporting.rollbar.springboot.starter
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.errorreporting.rollbar.springboot.starter)
}

Configuration

This starter uses the helix.errorreporting.rollbar property namespace.

Helix Rollbar error reporting configuration.

  • helix.errorreporting.rollbar.enabled (Boolean, default: False): Enable the Helix Rollbar error reporting integration.
  • helix.errorreporting.rollbar.accesstoken (String): Rollbar access token used by Helix Rollbar error reporter for sending error data.