Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Explore possibility of creating user sessions with custom data. #87

Description

@whizzzkid

Example: https://github.com/Countly/countly-sdk-nodejs/blob/master/examples/bulk_import_example.js#L20

The interface for ignite-metrics can be exposed such that we should allow tracking events against a unique identifier/deviceId.

The change could look like:

const metrics = new MetricsProvider({
  ...,
  deviceDetail: {
    deviceId: <device_id>,
    os: <os>,
    arch: <arch>,
    appVersion: <version>,
    additionalDetails: <overload>
  }
})

This will then call the add_user method and set the user_details and return an instance of the user instead of countly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions