Sione
12/03/2021, 10:38 PMJay
Ross Coundon
12/04/2021, 7:48 AMSione
12/04/2021, 5:52 PMRoss Coundon
12/04/2021, 6:27 PMSione
12/04/2021, 6:39 PMRoss Coundon
12/04/2021, 6:40 PMSione
12/04/2021, 6:44 PMRoss Coundon
12/04/2021, 9:40 PMAkos
12/06/2021, 4:26 PMShift-left CI/CD observability for developer’s everyday use!We’re right now evaluating o11y tools and it’s interesting to see how Thundra’s branched out into CI/CD and where their future product development efforts will lie.
Jay
Serkan Özal
12/06/2021, 7:27 PMSerkan Özal
12/06/2021, 7:32 PMJay
Kujtim Hoxha
02/01/2022, 12:24 PMRoss Coundon
02/01/2022, 12:28 PMSerkan Özal
02/01/2022, 12:30 PM*.*
pattern but it is not the way that I am suggesting as it instruments everything so you will get too much extra performance overhead 🙂Serkan Özal
02/01/2022, 12:30 PMKujtim Hoxha
02/01/2022, 1:12 PMbackend/src/**/*.handler[traceLineByLine=true]
Serkan Özal
02/01/2022, 1:27 PMSerkan Özal
02/01/2022, 1:28 PMSerkan Özal
02/01/2022, 1:28 PMKujtim Hoxha
02/01/2022, 1:30 PMRoss Coundon
02/01/2022, 1:36 PMconst { ThundraEsbuildPlugin } = require('@thundra/esbuild-plugin');
module.exports = [
ThundraEsbuildPlugin({
traceableConfigs: ['src.main.handler.api.*[traceLineByLine=true]'],
}),
];
Which is referenced in the esbuildConfig property in the bundle like:
bundle: {
esbuildConfig: {
plugins: 'config/esbuild.js',
}
},
Jay
Kujtim Hoxha
02/01/2022, 1:45 PM'src.main.handler.api.*[traceLineByLine=true]'
is the path before compilation right ?Ross Coundon
02/01/2022, 1:45 PMKujtim Hoxha
02/01/2022, 1:46 PMSerkan Özal
02/01/2022, 1:50 PMSerkan Özal
02/01/2022, 1:50 PMKujtim Hoxha
02/01/2022, 1:51 PMJay
manitej
02/01/2022, 11:22 PM