Skip to content

Commit f1e3a72

Browse files
release: Release opentelemetry-instrumentation-sinatra 0.7.1 (#435)
Co-authored-by: Daniel Azuma <dazuma@gmail.com>
1 parent 8828772 commit f1e3a72

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/sinatra/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-sinatra
22

3+
### v0.7.1 / 2020-10-08
4+
5+
* FIXED: Set span name to sinatra.route
6+
37
### v0.7.0 / 2020-10-07
48

59
* FIXED: Default to sinatra.route for span name

instrumentation/sinatra/lib/opentelemetry/instrumentation/sinatra/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Sinatra
10-
VERSION = '0.7.0'
10+
VERSION = '0.7.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)