Skip to content

Commit

Permalink
TRACING-4435 removed getConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-sumo committed Oct 22, 2024
1 parent e1ccb7c commit f764248
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ class MyHttpInstrumentation extends HttpInstrumentation {
// Optionally, implement or call the parent method
super.setConfig(config);
}

getConfig() {
// Optionally, implement or call the parent method
return super.getConfig();
}
}

const useWindow = typeof window === 'object' && window != null;
Expand Down

0 comments on commit f764248

Please sign in to comment.