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 145c5d1 commit 8310118Copy full SHA for 8310118
detectors/node/opentelemetry-resource-detector-github/src/detectors/GitHubDetector.ts
@@ -14,10 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-import {
18
- ResourceDetector,
19
- DetectedResource,
20
-} from '@opentelemetry/resources';
+import { ResourceDetector, DetectedResource } from '@opentelemetry/resources';
21
22
/**
23
* The GitHubDetector can be used to detect GitHub Actions environment variables
0 commit comments