Commit b1d25bb
authored
chore: Unignore HTML files and reformat with oxfmt (#19311)
Builds on #19200 by:
- Removing the ignores that were affecting `*.hbs` and `*.html` files
- Fixed some malformed HTML in our tests
I initially thought it was some extra stuff done by oxfmt, but its just
we didn't have those file extensions in the extension list for the
format script. so, its the same output if prettier ran over those files.
closes #192231 parent 526c3ec commit b1d25bb
File tree
206 files changed
+892
-722
lines changed- dev-packages
- browser-integration-tests
- loader-suites/loader/onLoad
- keepSentryGlobal
- sentryOnLoadAndOnLoad
- sentryOnLoadError
- sentryOnLoad
- suites
- feedback
- attachTo
- captureFeedbackAndReplay
- captureFeedback
- integrations
- Breadcrumbs/dom
- clickWithError
- click
- customEvent
- multipleTypes
- textInput
- ContextLines
- inline
- noAddedLines
- scriptTag
- featureFlags
- featureFlags
- onError
- onSpan
- growthbook
- onError
- onSpan
- launchdarkly
- onError
- onSpan
- openfeature
- onError
- onSpan
- statsig
- onError
- onSpan
- unleash
- onError
- onSpan
- ipv6
- old-sdk-interop
- acs/getCurrentScope
- hub/isOlderThan
- public-api/startSpan
- error-async-reject
- error-async-throw-not-awaited
- error-async-throw
- replay
- attachRawBodyFromRequest
- bufferModeManual
- bufferModeReload
- bufferStalledRequests
- canvas
- manualSnapshot
- records
- captureComponentName
- captureConsoleLog
- captureReplayFromReplayPackage
- captureReplayOffline
- captureReplay
- compressionDisabled
- compressionEnabled
- compressionWorkerUrl
- customEvents
- errorResponse
- errors
- eventBufferError
- exceptions
- fileInput
- flushing
- keyboardEvents
- largeMutations
- defaultOptions
- mutationLimit
- maxReplayDuration
- minReplayDuration
- multiple-pages
- privacyBlock
- test.ts-snapshots
- privacyDefault
- privacyInputMaskAll
- privacyInput
- replayIntegrationShim
- replayShim
- requests
- sampling
- sessionExpiry
- sessionInactive
- sessionMaxAge
- slowClick
- error
- throttleBreadcrumbs
- unicode
- sessions
- initial-scope
- page-lifecycle
- route-lifecycle
- start-session
- update-session
- stacktraces
- tracing
- browserTracingIntegrationShim
- browserTracingIntegration
- backgroundtab-custom
- backgroundtab-pageload
- interactions
- linked-traces
- consistent-sampling
- default
- meta
- tracesSampler-precedence
- custom-trace
- interaction-spans
- meta
- long-animation-frame-disabled
- long-animation-frame-enabled
- long-animation-frame-non-chromium
- long-tasks-and-animation-frame-enabled
- long-tasks-disabled
- long-tasks-enabled
- long-tasks-no-animation-frame
- meta
- twp-errors-meta
- metrics
- connection-rtt
- element-timing
- handlers-lcp
- pageload-resource-spans
- web-vitals-cls-standalone-spans
- web-vitals-cls
- web-vitals-fp-fcp
- web-vitals-inp-late
- web-vitals-inp-parametrized-late
- web-vitals-inp-parametrized
- web-vitals-inp
- web-vitals-lcp-standalone-spans
- web-vitals-lcp
- web-vitals-ttfb
- web-vitals
- request
- fetch-strip-query-and-fragment
- fetch-trace-header-merging
- xhr-strip-query-and-fragment
- trace-lifetime
- pageload-headers
- pageload-meta
- startNewTraceSampling
- startNewTrace
- tracing-without-performance-headers
- tracing-without-performance
- utils/defaults
- e2e-tests/test-applications
- angular-17/src
- angular-18/src
- angular-19/src
- create-react-app/public
- default-browser/public
- ember-classic/app
- components
- templates
- components
- slow-loading-route
- ember-embroider/app
- components
- templates
- slow-loading-route
- node-profiling-electron
- react-17/public
- react-19/public
- react-create-browser-router/public
- react-create-hash-router/public
- react-create-memory-router/public
- react-router-5/public
- react-router-6-descendant-routes/public
- react-router-6-use-routes/public
- react-router-6/public
- react-router-7-cross-usage/public
- react-router-7-lazy-routes/public
- react-send-to-sentry/public
- solid-tanstack-router
- solid
- sveltekit-2-kit-tracing/src
- sveltekit-2-svelte-5/src
- sveltekit-2.5.0-twp/src
- sveltekit-2/src
- sveltekit-cloudflare-pages/src
- vue-3
- vue-tanstack-router
- packages/ember/tests
- dummy/app
- components
- templates
- components
- slow-loading-route
- with-error
- with-loading
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
206 files changed
+892
-722
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
20 | 16 | | |
21 | 17 | | |
22 | 18 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
dev-packages/browser-integration-tests/loader-suites/loader/onLoad/sentryOnLoadError/template.html
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
0 commit comments