Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@jkwatson jkwatson released this 05 Sep 15:20
· 768 commits to main since this release
2b21d2b

Version 0.3.0

  • The com.splunk.rum.Config.Builder class has been updated.
    • The beaconUrl(String) method has been deprecated and replaced with beaconEndpoint(String).
    • A new realm(String) method has been added for easier beacon endpoint configuration.
    • The rumAuthToken(String) method has been deprecated and replaced with rumAccessToken(String).
    • A new deploymentEnvironment(String) method has been added as a helper to set your deployment environment value.
  • The method for recording exceptions has changed slightly:
    • The method that took a String name parameter has been deprecated.
    • New methods have been added that use the exception class name as the name of the Span.
  • The last.screen.name attribute will only be recorded during detected screen transitions.
  • New methods have been added to the SplunkRum API to allow updating the "global" attributes that are added to every span and event.