Skip to content

Move setRumAccessToken out of SplunkRum.builder #795

Open
@ber4444

Description

@ber4444

We are rotating our Splunk token on a regular schedule per infosec recommendation. So the app is pulling the token from Firebase remote config. The issue is that right now we need to delay Splunk SDK initialization until the remote values are read (from the server or from disk cache, both of which are async operations). Please add a way to allow the Splunk SDK to be initialized without a token, let it accumulate events, and then when we later provide a token, it would send the cached events in a batch back to your Splunk instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions