Skip to content

Commit d1c63ea

Browse files
committed
Release 1.0.3.
1 parent e7d4b3c commit d1c63ea

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
See this http://keepachangelog.com link for information on how we want this documented formatted.
44

5-
## v1.0.2
5+
## v1.0.2, v1.0.3
66

77
#### Fixed
88

β€ŽGemfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lambdakiq (1.0.2)
4+
lambdakiq (1.0.3)
55
activejob
66
aws-sdk-sqs
77
concurrent-ruby

β€Žlib/lambdakiq/metrics.rbβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def dimensions
5656
end
5757

5858
def instrument!
59+
return unless lambdakiq?
5960
put_metric 'Duration', event.duration.to_i, 'Milliseconds'
6061
put_metric 'Count', 1, 'Count'
6162
put_metric 'ExceptionCount', 1, 'Count' if exception_name

β€Žlib/lambdakiq/version.rbβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Lambdakiq
2-
VERSION = '1.0.2'
2+
VERSION = '1.0.3'
33
end

0 commit comments

Comments
Β (0)