-
Notifications
You must be signed in to change notification settings - Fork 5
AzureApplicationInsights 패키지로 변경 & iframe 성능 개선 #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d0cde09
871fc2b
4ba5bf0
0f7bfd5
0ac4253
73941ba
d659488
a7eebf2
ea9ba57
37068e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,10 +1,14 @@ | ||||||||||
| # Multi-stage builds | ||||||||||
| <div class="youtube-video"> | ||||||||||
| <iframe | ||||||||||
| src="https://www.youtube.com/embed/vR185cjwxZ8" | ||||||||||
| frameborder="0" | ||||||||||
| src="https://www.youtube-nocookie.com/embed/vR185cjwxZ8?rel=0&modestbranding=1&playsinline=1" | ||||||||||
| allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | ||||||||||
| allowfullscreen | ||||||||||
| width="560" | ||||||||||
| height="315" | ||||||||||
|
Comment on lines
+7
to
+8
|
||||||||||
| width="560" | |
| height="315" | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
azure application insights sdk를 npm 패키지로 사용하려고 script 태그 제거했습니다(변경하고 애저에서 트래픽 잡히는거 확인했음)