It appears to currently be impossible to pass a fingerprint or level value to Rollbar via rollbar-stream. We accept a message and map it to Rollbar's title but will leave the other arguments as keys on the custom data object, see https://github.com/goodeggs/rollbar-stream/blob/master/src/index.coffee#L36.
It would be nice to offer a way to pass all of the configurable options through to rollbar as part of the payloadData argument to handleErrorWithPayloadData.
It appears to currently be impossible to pass a
fingerprintorlevelvalue to Rollbar via rollbar-stream. We accept amessageand map it to Rollbar'stitlebut will leave the other arguments as keys on the custom data object, see https://github.com/goodeggs/rollbar-stream/blob/master/src/index.coffee#L36.It would be nice to offer a way to pass all of the configurable options through to rollbar as part of the
payloadDataargument tohandleErrorWithPayloadData.