File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
packages/tanstackstart-react/src Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ // import/export got a false positive, and affects most of our index barrel files
2+ // can be removed once following issue is fixed: https://github.com/import-js/eslint-plugin-import/issues/703
3+ /* eslint-disable import/export */
14export * from '@sentry/react' ;
25
36export { init } from './sdk' ;
Original file line number Diff line number Diff line change 11// TODO: For now these are empty re-exports, but we may add actual implementations here
22// so we keep this to be future proof
33export * from './client' ;
4+ // nothing gets exported yet from there
5+ // eslint-disable-next-line import/export
46export * from './common' ;
Original file line number Diff line number Diff line change 1+ // import/export got a false positive, and affects most of our index barrel files
2+ // can be removed once following issue is fixed: https://github.com/import-js/eslint-plugin-import/issues/703
3+ /* eslint-disable import/export */
14export * from '@sentry/node' ;
25
36export { init } from './sdk' ;
You can’t perform that action at this time.
0 commit comments