You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are intending to rollout the beta of solidity-plugin-prettier in the coming months. We are not currently tracking formatting in our telemetry (Sentry).
We need to add in a minimal tracking of invocations and time taken. There should be separate Sentry transaction spans for forge vs prettier runs.
The text was updated successfully, but these errors were encountered:
Formatting has moved to the server side. We have added Sentry
transaction monitoring to the top level `onDocumentFormatting` call.
There are separate subspans on the Sentry transaction for Forge and
Prettier.
Resolves#622.
Formatting has moved to the server side. We have added Sentry
transaction monitoring to the top level `onDocumentFormatting` call.
There are separate subspans on the Sentry transaction for Forge and
Prettier.
Resolves#622.
We are intending to rollout the beta of
solidity-plugin-prettier
in the coming months. We are not currently tracking formatting in our telemetry (Sentry).We need to add in a minimal tracking of invocations and time taken. There should be separate Sentry transaction spans for forge vs prettier runs.
The text was updated successfully, but these errors were encountered: