FP-Devicer - v2.0.2
    Preparing search index...

    Interface IdentifyPostProcessorResult

    Optional changes a post-processor can contribute to the identify result.

    interface IdentifyPostProcessorResult {
        enrichmentInfo?: Record<string, unknown>;
        logMeta?: Record<string, unknown>;
        result?: Record<string, unknown>;
    }
    Index

    Properties

    enrichmentInfo?: Record<string, unknown>

    Structured plugin-specific enrichment details attached under the plugin name.

    logMeta?: Record<string, unknown>

    Additional structured fields included in observability logs.

    result?: Record<string, unknown>

    Partial result fields to merge into the final identify response.