Skip to content

Telemetry logging in console regardless of settings #1399

Description

@npearson72

I keep seeing:

handleForm submit ... > div#mantine-o918xgxu8-body.m_5df29311.metto-Modal-body > form        telemetry.js:722

The code points to:

  handleForm(evt) {
    // TODO: implement form event handling
    const type = evt.type;
    const elementString = evt.target?.window
      ? 'window'
      : domUtil.elementString(evt.target);
    console.log('handleForm', type, elementString, evt);
  }

My configs look like:

{
  accessToken,
  addErrorContext: true,
  autoInstrument: {
    log: false,
    network: true,
    networkRequestBody: false,
    networkResponseBody: false,
    networkResponseHeaders: true
  },
  enabled,
  environment,
  captureUncaught: false,
  captureUnhandledRejections: false,
  maxTelemetryEvents: 50,
  replay: {
    enabled: true,
    triggers: [
      {
        type: 'occurrence',
        level: ['error', 'critical']
      }
    ]
  },
  scrubTelemetryInputs: true,
  verbose: false
}

I'm currently on:

"@rollbar/react": "^1.0.0"
"rollbar": "3.0.0-beta.5"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions