Skip to content

Commit 26d313a

Browse files
committed
Add another line to the Lucky framework docs.
1 parent 897f5f5 commit 26d313a

File tree

1 file changed

+2
-1
lines changed
  • src/opentelemetry/instrumentation/frameworks

1 file changed

+2
-1
lines changed

src/opentelemetry/instrumentation/frameworks/lucky.cr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ require "../instrument"
3636
#
3737
# That is all that you should need to do. If your environment has an appropriate license key
3838
# in the *NEW_RELIC_LICENSE_KEY* environment variable, the OpenTelemetry exporter will send
39-
# the traces to New Relic.
39+
# the traces to New Relic. A similar setup should work with any provider that supports OTLP/HTTP
40+
# ingest of OpenTelemetry.
4041
#
4142
# ## Methods Affected
4243
#

0 commit comments

Comments
 (0)