File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Build and test
22
22
run : touch ./local.properties; ./gradlew build javadoc --no-daemon
23
+ check_links :
24
+ runs-on : ubuntu-latest
25
+ steps :
26
+ - uses : actions/checkout@v3
27
+ - name : Link Checker
28
+ uses :
lycheeverse/[email protected]
29
+ with :
30
+ fail : true
Original file line number Diff line number Diff line change
1
+ https://rum-ingest/
2
+ https://appassets.androidplatform.net/assets/index.html
3
+ https://appassets.androidplatform.net/assets/first.html
4
+ https://appassets.androidplatform.net/assets/second.html
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ when initializing your instance of the SplunkRum API:
279
279
gives you direct access to the instance of OpenTelemetry that is being used via
280
280
the ` getOpenTelemetry() ` method. For details on writing manual instrumentation, please refer to
281
281
the [ OpenTelemetry docs] ( https://opentelemetry.io/docs/java/manual_instrumentation/ )
282
- and [ examples] ( https://github.com/open-telemetry/opentelemetry-java/tree/main/ examples ) .
282
+ and [ examples] ( https://github.com/open-telemetry/opentelemetry-java-docs#java-opentelemetry- examples ) .
283
283
- The SplunkRum instance exposes the RUM session ID, in case you wish to provide this to your users
284
284
for troubleshooting purposes. This session ID is generated randomly and contains no PII
285
285
whatsoever.
You can’t perform that action at this time.
0 commit comments