Transport
Stdout
Stdout transport fits environments where process output is already collected and shipped by the platform.
errorcore.init({
transport: {
type: "stdout",
},
});Use it when stdout is reliable and private enough for incident traffic. Avoid it if logs and incidents have different retention or access policies.