Spaces:
Runtime error
Runtime error
Update app/index.js
Browse files- app/index.js +2 -0
app/index.js
CHANGED
|
@@ -10,6 +10,8 @@ const crypto = require('crypto');
|
|
| 10 |
const Sentry = require("@sentry/node");
|
| 11 |
const { ProfilingIntegration } = require("@sentry/profiling-node");
|
| 12 |
const fetch = require('node-fetch')
|
|
|
|
|
|
|
| 13 |
const FETCH_CONFIG = {
|
| 14 |
method: 'GET',
|
| 15 |
headers: {
|
|
|
|
| 10 |
const Sentry = require("@sentry/node");
|
| 11 |
const { ProfilingIntegration } = require("@sentry/profiling-node");
|
| 12 |
const fetch = require('node-fetch')
|
| 13 |
+
const axios = require('axios');
|
| 14 |
+
|
| 15 |
const FETCH_CONFIG = {
|
| 16 |
method: 'GET',
|
| 17 |
headers: {
|