Backstage
    Preparing search index...

    The Analytics API is used to track user behavior in a Backstage instance.

    To instrument your App or Plugin, retrieve an analytics tracker using the useAnalytics() hook. This will return a pre-configured AnalyticsTracker with relevant methods for instrumentation.

    type AnalyticsApi = {
        captureEvent(event: AnalyticsEvent): void;
    }

    Implemented by

    Index

    Methods

    Methods