Skip to content

7.4.8

Compare
Choose a tag to compare
@cdillard-NewRelic cdillard-NewRelic released this 13 Dec 15:55
· 142 commits to main since this release
a44828a

Fixed in this release

  • Fixes async requests so they appear in distributed tracing.

  • Adds NRFeatureFlag_NewEventSystem feature flag. Enable this flag to use our new, more stable, event system for iOS agent:

    NewRelic.enableFeatures([NRMAFeatureFlags.NRFeatureFlag_NewEventSystem])
    
  • Adds configurable request header instrumentation to network events:

    • The agent will now produce network event attributes for select header values if it detects headers on the request. The header names to instrument pass into the agent when started.
    • For more information, see Adding Tracked Headers in the Mobile Monitoring documentation.
  • Adds GraphQL attributes to network events:

    • If the agent detects request headers from Apollo GraphQL servers, it will add additional attributes to the network request event.
    • For more information, see Adding Tracked Headers in the Mobile Monitoring documentation.