Skip to content

Commit d714dc1

Browse files
authored
Merge pull request #675 from clearlydefined/dependabot/npm_and_yarn/applicationinsights-3.13.0
Bump applicationinsights from 1.5.0 to 3.13.0
2 parents 8b6c571 + a05ec64 commit d714dc1

File tree

7 files changed

+4129
-864
lines changed

7 files changed

+4129
-864
lines changed

crawler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ spec:
5959
secretKeyRef:
6060
name: secrets
6161
key: CRAWLER_GITHUB_TOKEN
62-
- name: CRAWLER_INSIGHTS_KEY
62+
- name: CRAWLER_INSIGHTS_CONNECTION_STRING
6363
valueFrom:
6464
secretKeyRef:
6565
name: secrets
66-
key: CRAWLER_INSIGHTS_KEY
66+
key: CRAWLER_INSIGHTS_CONNECTION_STRING
6767
- name: CRAWLER_WEBHOOK_TOKEN
6868
valueFrom:
6969
secretKeyRef:

dev.env.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ CRAWLER_QUEUE_PREFIX=cdcrawlerdev
44
CRAWLER_WEBHOOK_URL=https://dev-api.clearlydefined.io/webhook
55
CRAWLER_AZBLOB_CONTAINER_NAME=develop
66
CRAWLER_GITHUB_TOKEN=<GitHub Token>
7-
CRAWLER_INSIGHTS_KEY=<development environment app insights key (optional)>
7+
CRAWLER_INSIGHTS_CONNECTION_STRING=<development environment app insights connection string (optional)>
88
CRAWLER_WEBHOOK_TOKEN=<webhook token>
99
CRAWLER_AZBLOB_CONNECTION_STRING=<Azure storage account connection string>

0 commit comments

Comments
 (0)