instrument_all_the_things 2.0.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +6 -0
- data/lib/instrument_all_the_things/version.rb +1 -1
- data/lib/instrument_all_the_things.rb +0 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d00660a82d059c7e7d56c9694ac46a8f50f5a1d13c3559ffc8b78cc2997602c9
|
4
|
+
data.tar.gz: 1a2120753598e6a3e04092ca63cc86abf2d34ca0ae9700d75be9f332b84cc280
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca8782def9281be9fb2592b3e0f4e2fe472dc3235dbeb73dfe04918b328efd02212fb7d2725ddfba93b92af8b9b1087e2b00ec97ec709e1eec5bddfb3bf69356
|
7
|
+
data.tar.gz: 8383f8a513bb2b88118a9a2607ebdc0722c82d65a9ef3dc42da3641a81cb26beeda64f310e04bfff1ef974a0d4bfd2706edef3a024de571a11da6ffb7de841f2
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -392,6 +392,12 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
392
392
|
|
393
393
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
394
394
|
|
395
|
+
|
396
|
+
# Breaking Changes
|
397
|
+
|
398
|
+
# V2 => V3
|
399
|
+
IATT no longer takes ENV var configuration for directly. All DataDog configuration is handled by their env vars.
|
400
|
+
|
395
401
|
## Contributing
|
396
402
|
|
397
403
|
Bug reports and pull requests are welcome on GitHub at https://github.com/GetTerminus/instrument_all_the_things.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instrument_all_the_things
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Malinconico
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ddtrace
|
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
232
|
- !ruby/object:Gem::Version
|
233
233
|
version: '0'
|
234
234
|
requirements: []
|
235
|
-
rubygems_version: 3.3.
|
235
|
+
rubygems_version: 3.3.7
|
236
236
|
signing_key:
|
237
237
|
specification_version: 4
|
238
238
|
summary: Make instrumentation with DataDog easy peasy
|