Skip to content

Release v13.0.0

Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 29 Apr 16:07
· 44 commits to master since this release
d8017cd

Added

  • Adds custom app rating api (#453)
  • Add SessionReplay.getSessionReplayLink API which retrieves the current session's replay link (#445).
  • Add support for App Flows APIs APM.startFlow, APM.endFlow and APM.setFlowAttribute (#446).

Deprecated

  • Deprecate execution traces APIs APM.startExecutionTrace, APM.setExecutionTraceAttribute, APM.endExecutionTrace, Trace.setAttribute and Trace.end in favor of the new app flow APIs (#446).

Changed