bugsnag-maze-runner 9.13.0 → 9.13.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/maze/repeaters/bugsnag_repeater.rb +1 -1
- data/lib/maze.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9aca9b6e4f9900613459a52fb7f4e25e64019c5bd6faf93df90e7853696c2f7
|
4
|
+
data.tar.gz: 1bacf3c83498d35cf2a02d095636996d2242ec071fb59fd9adcaccdfce4c1eac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e7c0548948485535717037cc2a7fd713b47fc0c068bc05b5af1a10f644c785b7d7d8e34c3ec460a2780eb52929af01979a9a54b6cf2f702a75c1e9dd3c1411c
|
7
|
+
data.tar.gz: 648fd3aae9d6f85e856739ff32e2bf4a4c450ad7a69a9d963e3b6f570ec1dcaf39433afa5f2d9ff1116c0280cc6401c366cf805f26eba28b7b29cc2bc70a57bb
|
@@ -20,7 +20,7 @@ module Maze
|
|
20
20
|
url = case @request_type
|
21
21
|
when :errors then 'https://notify.bugsnag.com/'
|
22
22
|
when :sessions then 'https://sessions.bugsnag.com/'
|
23
|
-
when :traces then
|
23
|
+
when :traces then "https://#{Maze.config.bugsnag_repeater_api_key}.otlp.bugsnag.com/v1/traces"
|
24
24
|
else return nil
|
25
25
|
end
|
26
26
|
URI.parse(url)
|
data/lib/maze.rb
CHANGED
@@ -7,7 +7,7 @@ require_relative 'maze/timers'
|
|
7
7
|
# Glues the various parts of MazeRunner together that need to be accessed globally,
|
8
8
|
# providing an alternative to the proliferation of global variables or singletons.
|
9
9
|
module Maze
|
10
|
-
VERSION = '9.13.
|
10
|
+
VERSION = '9.13.1'
|
11
11
|
|
12
12
|
class << self
|
13
13
|
attr_accessor :check, :driver, :internal_hooks, :mode, :start_time, :dynamic_retry, :public_address,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bugsnag-maze-runner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.13.
|
4
|
+
version: 9.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Kirkland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|