• /
  • Log in
  • Free account

removeAllAttributes (Android SDK API)

Syntax

NewRelic.removeAllAttributes ()

Removes all attributes from the session.

Requirements

Agent version 5.0.0 or higher.

Description

Removes all attributes from the session.

For context on how to use this API, see Send custom attributes and events to Insights.

Return values

Returns true if it succeeds, or false if it doesn't.

Examples

Remove all attributes

boolean attributesRemoved = NewRelic.removeAllAttributes();

For more help

If you need more help, check out these support and learning resources:

Create issueEdit page
Copyright © 2021 New Relic Inc.