Skip to content

Commit 71c3ae7

Browse files
committed
change
1 parent 4311a37 commit 71c3ae7

File tree

209 files changed

+23282
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+23282
-319
lines changed

docs/browser-logs.datadoglogs.md

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,113 @@
1-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
<style>
4+
body {
5+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
6+
line-height: 1.6;
7+
color: #333;
8+
max-width: 1200px;
9+
margin: 0 auto;
10+
padding: 20px;
11+
background-color: #f8f9fa;
12+
}
13+
14+
h1, h2, h3, h4, h5, h6 {
15+
color: #2c3e50;
16+
font-weight: 600;
17+
margin-top: 2em;
18+
margin-bottom: 0.5em;
19+
}
20+
21+
h1 {
22+
border-bottom: 2px solid #632ca6;
23+
padding-bottom: 0.5em;
24+
color: #632ca6;
25+
}
26+
27+
h2 {
28+
border-bottom: 1px solid #e1e4e8;
29+
padding-bottom: 0.3em;
30+
}
31+
32+
table {
33+
width: 100%;
34+
border-collapse: collapse;
35+
margin: 1em 0;
36+
background-color: white;
37+
border-radius: 6px;
38+
overflow: hidden;
39+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
40+
}
41+
42+
thead {
43+
background-color: #632ca6;
44+
color: white;
45+
}
46+
47+
th, td {
48+
padding: 12px;
49+
text-align: left;
50+
border-bottom: 1px solid #e1e4e8;
51+
}
52+
53+
th {
54+
font-weight: 600;
55+
font-size: 0.9em;
56+
text-transform: uppercase;
57+
letter-spacing: 0.5px;
58+
}
59+
60+
tbody tr:hover {
61+
background-color: #f8f9fa;
62+
}
63+
64+
code {
65+
background-color: #f1f3f4;
66+
padding: 2px 6px;
67+
border-radius: 3px;
68+
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
69+
font-size: 0.9em;
70+
color: #d73a49;
71+
}
72+
73+
pre {
74+
background-color: #f6f8fa;
75+
border: 1px solid #e1e4e8;
76+
border-radius: 6px;
77+
padding: 16px;
78+
overflow-x: auto;
79+
margin: 1em 0;
80+
}
81+
82+
a {
83+
color: #632ca6;
84+
text-decoration: none;
85+
}
86+
87+
a:hover {
88+
text-decoration: underline;
89+
}
90+
91+
table a {
92+
font-weight: 500;
93+
padding: 4px 8px;
94+
background-color: #f1f3f4;
95+
border-radius: 4px;
96+
transition: background-color 0.2s;
97+
}
98+
99+
table a:hover {
100+
background-color: #e1e4e8;
101+
text-decoration: none;
102+
}
103+
104+
.breadcrumb a {
105+
color: #632ca6;
106+
font-size: 0.9em;
107+
}
108+
</style>
109+
110+
2111

3112
<a href="./index.html">Home</a> &gt; <a href="./browser-logs.html">@datadog/browser-logs</a> &gt; <a href="./browser-logs.datadoglogs.html">datadogLogs</a>
4113

docs/browser-logs.handlertype.md

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,113 @@
1-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
<style>
4+
body {
5+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
6+
line-height: 1.6;
7+
color: #333;
8+
max-width: 1200px;
9+
margin: 0 auto;
10+
padding: 20px;
11+
background-color: #f8f9fa;
12+
}
13+
14+
h1, h2, h3, h4, h5, h6 {
15+
color: #2c3e50;
16+
font-weight: 600;
17+
margin-top: 2em;
18+
margin-bottom: 0.5em;
19+
}
20+
21+
h1 {
22+
border-bottom: 2px solid #632ca6;
23+
padding-bottom: 0.5em;
24+
color: #632ca6;
25+
}
26+
27+
h2 {
28+
border-bottom: 1px solid #e1e4e8;
29+
padding-bottom: 0.3em;
30+
}
31+
32+
table {
33+
width: 100%;
34+
border-collapse: collapse;
35+
margin: 1em 0;
36+
background-color: white;
37+
border-radius: 6px;
38+
overflow: hidden;
39+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
40+
}
41+
42+
thead {
43+
background-color: #632ca6;
44+
color: white;
45+
}
46+
47+
th, td {
48+
padding: 12px;
49+
text-align: left;
50+
border-bottom: 1px solid #e1e4e8;
51+
}
52+
53+
th {
54+
font-weight: 600;
55+
font-size: 0.9em;
56+
text-transform: uppercase;
57+
letter-spacing: 0.5px;
58+
}
59+
60+
tbody tr:hover {
61+
background-color: #f8f9fa;
62+
}
63+
64+
code {
65+
background-color: #f1f3f4;
66+
padding: 2px 6px;
67+
border-radius: 3px;
68+
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
69+
font-size: 0.9em;
70+
color: #d73a49;
71+
}
72+
73+
pre {
74+
background-color: #f6f8fa;
75+
border: 1px solid #e1e4e8;
76+
border-radius: 6px;
77+
padding: 16px;
78+
overflow-x: auto;
79+
margin: 1em 0;
80+
}
81+
82+
a {
83+
color: #632ca6;
84+
text-decoration: none;
85+
}
86+
87+
a:hover {
88+
text-decoration: underline;
89+
}
90+
91+
table a {
92+
font-weight: 500;
93+
padding: 4px 8px;
94+
background-color: #f1f3f4;
95+
border-radius: 4px;
96+
transition: background-color 0.2s;
97+
}
98+
99+
table a:hover {
100+
background-color: #e1e4e8;
101+
text-decoration: none;
102+
}
103+
104+
.breadcrumb a {
105+
color: #632ca6;
106+
font-size: 0.9em;
107+
}
108+
</style>
109+
110+
2111

3112
<a href="./index.html">Home</a> &gt; <a href="./browser-logs.html">@datadog/browser-logs</a> &gt; <a href="./browser-logs.handlertype.html">HandlerType</a>
4113

docs/browser-logs.logger._constructor_.md

Lines changed: 111 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,113 @@
1-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
<style>
4+
body {
5+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
6+
line-height: 1.6;
7+
color: #333;
8+
max-width: 1200px;
9+
margin: 0 auto;
10+
padding: 20px;
11+
background-color: #f8f9fa;
12+
}
13+
14+
h1, h2, h3, h4, h5, h6 {
15+
color: #2c3e50;
16+
font-weight: 600;
17+
margin-top: 2em;
18+
margin-bottom: 0.5em;
19+
}
20+
21+
h1 {
22+
border-bottom: 2px solid #632ca6;
23+
padding-bottom: 0.5em;
24+
color: #632ca6;
25+
}
26+
27+
h2 {
28+
border-bottom: 1px solid #e1e4e8;
29+
padding-bottom: 0.3em;
30+
}
31+
32+
table {
33+
width: 100%;
34+
border-collapse: collapse;
35+
margin: 1em 0;
36+
background-color: white;
37+
border-radius: 6px;
38+
overflow: hidden;
39+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
40+
}
41+
42+
thead {
43+
background-color: #632ca6;
44+
color: white;
45+
}
46+
47+
th, td {
48+
padding: 12px;
49+
text-align: left;
50+
border-bottom: 1px solid #e1e4e8;
51+
}
52+
53+
th {
54+
font-weight: 600;
55+
font-size: 0.9em;
56+
text-transform: uppercase;
57+
letter-spacing: 0.5px;
58+
}
59+
60+
tbody tr:hover {
61+
background-color: #f8f9fa;
62+
}
63+
64+
code {
65+
background-color: #f1f3f4;
66+
padding: 2px 6px;
67+
border-radius: 3px;
68+
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
69+
font-size: 0.9em;
70+
color: #d73a49;
71+
}
72+
73+
pre {
74+
background-color: #f6f8fa;
75+
border: 1px solid #e1e4e8;
76+
border-radius: 6px;
77+
padding: 16px;
78+
overflow-x: auto;
79+
margin: 1em 0;
80+
}
81+
82+
a {
83+
color: #632ca6;
84+
text-decoration: none;
85+
}
86+
87+
a:hover {
88+
text-decoration: underline;
89+
}
90+
91+
table a {
92+
font-weight: 500;
93+
padding: 4px 8px;
94+
background-color: #f1f3f4;
95+
border-radius: 4px;
96+
transition: background-color 0.2s;
97+
}
98+
99+
table a:hover {
100+
background-color: #e1e4e8;
101+
text-decoration: none;
102+
}
103+
104+
.breadcrumb a {
105+
color: #632ca6;
106+
font-size: 0.9em;
107+
}
108+
</style>
109+
110+
2111

3112
<a href="./index.html">Home</a> &gt; <a href="./browser-logs.html">@datadog/browser-logs</a> &gt; <a href="./browser-logs.logger.html">Logger</a> &gt; <a href="./browser-logs.logger._constructor_.html">(constructor)</a>
4113

@@ -67,7 +176,7 @@ handlerType
67176

68177
</td><td>
69178

70-
<a href="./browser-logs.handlertype.html">HandlerType</a> \| <a href="./browser-logs.handlertype.html">HandlerType</a><!-- -->\[\]
179+
<a href="./browser-logs.handlertype.html">HandlerType</a> | <a href="./browser-logs.handlertype.html">HandlerType</a><!-- -->[]
71180

72181

73182
</td><td>

0 commit comments

Comments
 (0)