start new:
tmux
start new with session name:
tmux new -s myname
Since modern.ie released vagrant boxes, it' no longer necessary to manually import the ova file to virtualbox, as mentioned here.
However, the guys at modern.ie didn't configured the box to work with WinRM. This how-to addresses that, presenting steps to proper repackage these boxes, adding WinRM support. Additionally configures chocolatey package manager and puppet provisioner.
The code above is just a sample—I have adapted it from a production codebase and I can't guarantee it will work as-is. It's just here to illustrate what a solution should look like.
The main things you need to do to get everything hooked up are:
instrumentBuild
to accept a passed-through Hub
instance, rather than using getCurrentHub()
(including, perniciously, in helper functions such as hasTracingEnabled()
)server/index.ts
, create a root transaction from the current route’s name and wrap the loaders and actions in spans via instrumentBuild
.root.tsx
, pass through your tracing & baggage into the meta function.root.tsx
, include the current domain in tracePropagationTargets
(because Remix fetchers will fetch from the entire URL rather than /
root, which will confuse Sentry)root.tsx
, create an ErrorBoundary
component (with the v2_errorBoundary
flag set if you're