Skip to content

Commit

Permalink
Update js/jsmodules.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <[email protected]>
  • Loading branch information
mstoykov and codebien authored Jul 18, 2024
1 parent 0c5aec7 commit deeea53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jsmodules.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func getInternalJSModules() map[string]interface{} {
" The module will be removed after September 23rd, 2024 (v0.54.0). Ensure your scripts are migrated by then."+
" There are no API changes, so this is a drop-in replacement and is also available under `k6/timers`."),
"k6/experimental/tracing": newWarnExperimentalModule(tracing.New(),
"k6/experimental/tracing is now deprecated. All of it functionality is available as pure javascript module."+
"k6/experimental/tracing is now deprecated. All of its functionality is available as pure javascript module."+
" More info available at the docs:"+
" https://grafana.com/docs/k6/latest/javascript-api/jslib/http-instrumentation-tempo"+
" The module will be removed after November 11th, 2024 (v0.55.0). Ensure your scripts are migrated by then."),
Expand Down

0 comments on commit deeea53

Please sign in to comment.