File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
SplunkRumWorkspace/SplunkRum/SplunkRum Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) , and this project
6
6
adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## Version 0.11.2
9
+ * Fixes adding a link to a network span if traceparent is not the first key in the string
10
+ * Implement Sampler protocol for SessionBasedSampler
11
+
8
12
## Version 0.11.1
9
13
* Adds option for slowRenderingDetectionEnabled
10
14
* Adds option for bspScheduleDelay
Original file line number Diff line number Diff line change 11
11
12
12
Pod ::Spec . new do |s |
13
13
s . name = 'SplunkOtel'
14
- s . version = '0.11.1 '
14
+ s . version = '0.11.2 '
15
15
s . summary = 'Splunk OpenTelemetry pod for iOS'
16
16
s . description = <<-DESC
17
17
The Splunk RUM agent for iOS provides a Swift package that captures:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import Foundation
19
19
import WebKit
20
20
21
21
// Make sure the version numbers on the podspec and SplunkRum.swift match
22
- let SplunkRumVersionString = " 0.11.1 "
22
+ let SplunkRumVersionString = " 0.11.2 "
23
23
24
24
/**
25
25
Default maximum size of the disk cache in bytes.
You can’t perform that action at this time.
0 commit comments