We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85bf83 commit eac0a64Copy full SHA for eac0a64
docs/perf/axios-integration.md
@@ -22,7 +22,7 @@ import perf from '@react-native-firebase/perf';
22
23
axios.interceptors.request.use(async function (config) {
24
try {
25
- const httpMetric = perf().newHttpMetric(config.url, config.method);
+ const httpMetric = perf().newHttpMetric(config.url, config.method.toUpperCase());
26
config.metadata = { httpMetric };
27
28
// add any extra metric attributes, if required
0 commit comments