Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

SplashActivity and ReactActivity are the only Interactions being recorded #18

@fmalk

Description

@fmalk

We're having an issue with a new RN app we published. Only two interactions are being logged:

image

<Stack.Navigator
    screenListeners={{
        focus: (e) => {
            nrInteraction(e.target?.split('-')[0] as string)
        }
    }}

If we put console.log() there, it logs just fine on each new React screen, so that call should be working. However, New Relic only shows those "SplashActivity" and "ReactActivity" which sounds like the agent is picking up Java calls only. What could be the problem?

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