Skip to content

Commit 1790c33

Browse files
committed
misc: 5.21.1 changelog
1 parent 825727c commit 1790c33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## 5.21.1
88

99
- [ember] fix: Make the package public and fix the build by bumping TypeScript to v3.9
10+
- [eslint] test: Don't test eslint config/plugin on Node <= v8
1011

1112
## 5.21.0
1213

packages/tracing/src/browser/request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const defaultRequestInstrumentionOptions: RequestInstrumentationOptions =
7878

7979
/** Registers span creators for xhr and fetch requests */
8080
export function registerRequestInstrumentation(_options?: Partial<RequestInstrumentationOptions>): void {
81+
// eslint-disable-next-line @typescript-eslint/unbound-method
8182
const { traceFetch, traceXHR, tracingOrigins, shouldCreateSpanForRequest } = {
8283
...defaultRequestInstrumentionOptions,
8384
..._options,

0 commit comments

Comments
 (0)