• EnglishEspañol日本語한국어Português
  • EntrarComeçar agora

iOS agent release notesRSS

October 8, 2014
iOS agent v4.8.3

Notes

Improvements

  • Crash reporting
    • This release introduces crash reporting for mobile apps. Crash reporting supports capture and reporting of unhandled Objective-C runtime exceptions as well as native crashes like segfaults and bus errors.
    • Crashes include Interaction trails: a history of automatically instrumented actions that occurred during the app session leading up to the crashing event. No breadcrumbs needed.
    • The SDK includes a [NewRelic crashNow] method to trigger a test crash quickly and easily.
    • When an app is built for release, the debugging symbols are sent to New Relic (via a dSYM file) to automatically provide human-readable crash reports in the UI.
  • Swift app compatibility
    • This release can be safely included in Swift applications. While we do not yet support instrumentation of Swift code, the New Relic SDK is now capable of instrumenting the Objective-C code included in your Swift app.
  • More configuration options
    • An expanded runtime configuration API now supports disabling of crash reporting and interaction tracing, as well as enabling experimental Swift instrumentation for dynamically invoked methods.

September 12, 2014
iOS agent v3.412

Notes

Fixes

  • Fixed minor memory leak caused by network instrumentation.
  • Fixed a bug where network data was missing from interaction traces.

September 3, 2014
iOS agent v3.406

Notes

Fixes

  • Corrected edge case that caused network requests to fail in a 400 error.
  • Corrected issue causing New Relic Cross Application Tracing to fail.

August 27, 2014
iOS agent v3.398

Fixes

  • Stability improvements: Certain application design patterns could trigger a concurrency problem in the New Relic SDK that caused app instability. This version properly handles those edge cases.

August 19, 2014
iOS agent v3.396

Notes

Fixes

  • Stability improvements: Certain application design patterns could trigger a concurrency problem in the New Relic SDK that caused app instability. This version properly handles those edge cases.
  • A memory leak in NRMATraceMachine has been removed.

August 5, 2014
iOS agent v3.380

Notes

Fixes

  • Resolved issue that corrupted New Relic interaction trace data, and resulted in a "ThreadLocalTrace is not parentTrace" log message.

July 24, 2014
iOS agent v3.378

Notes

Improvements

  • Fixed build errors in NewRelicFeatureFlags.h that occurred if NewRelic.h was imported before foundation.h in the prefix.pch file.
  • Interaction traces period is more discrete. An interaction will only record traces until a new interaction is started, rather than combining the data into one interaction.
  • The method +[NRTaskQueue dequeue] will no longer fire on the UI thread.
  • Interaction traces now have more easily identifiable names. Instead of “ViewController#Method” they will now be named “Display ViewController”.
  • The healthy interaction timer will no longer fire repeatedly over very short intervals.
  • The agent will no longer crash if the instrumented method:; [NSURLConnection sendAsynchronousRequest:queue:completionHandler:] is passed a nil completionHandler.

Fixes

  • Default interaction traces can now be renamed by adding @protocol NewRelicCustomInteractionInterface( (defined in NewRelic.h) to the traced view controller.
  • Added new method for starting a custom interaction trace +startInteractionWithName: (defined in NewRelic.h)
  • Deprecated the following methods in NewRelic.h : +startInterationFromMethodName:object:, +startInterationFromMethodName:object:customizedName, and +startInterationFromMethodName:object:cancelRunningTrace:. Use +startInteractionWithName: instead.
  • Added method +stopCurrentInteraction: to NewRelic.h. Allows user to stop a custom interaction trace manually.

June 16, 2014
iOS agent v3.343

Notes

Fixes

  • Fixed [AFURLSessionManager disposition]: unrecognized selector crash.
  • Crashes in NRURLProtocol client call backs should no longer occur.
  • Fixed C++ compilation error caused by the New Relic Agent feature flags.

Improvements

  • Added new flag for NRFeatureFlags: NRFeatureFlag_ExperimentalNetworkingInstrumentation. This forces all network traffic to run through the NRURLProtocol, normally only traffic on UIWebViews are routed through the NRURLProtocol. It is not recommended to enable this flag.

May 16, 2014
iOS agent v3.324

Notes

Fixes

  • Fixed crash: BAD_ACCESS in +[NRThreadLocalStore currentThreadDictionary]
  • Resolves a warning from Veracode SAST about an unchecked return from a malloc call

May 5, 2014
iOS agent v3.311

Notes

Improvements

  • NSURLSession Instrumentation Beta

    The iOS agent now instruments NSURLSessions. Specifically, network requests created with NSURLSessionDataTask and NSURLSessionUploadTask. Network requests made using these objects will appear in the Mobile UI under the Network tab along with previously instrumented network requests.

    This feature is disabled by default. It can be enabled via the new configuration flags.

  • Configuration Flags Allow users to enable/disable New Relic features. This feature specifically added for Beta NSURLSession support, which is, by default, disabled.

Fixes

  • Agent will no longer produces garbled server response bodies under Network > Errors > Error Traces.
  • Agent will no longer display the error message "threadLocalTrace is not parentTrace" when it isn't actually an error.
  • Agent will no longer trim the last traced method of an activity trace.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.