Skip to content

Commit 878ac01

Browse files
committed
PR comment changes
1 parent f2b156a commit 878ac01

File tree

10 files changed

+13
-440
lines changed

10 files changed

+13
-440
lines changed

packages/feedback/.eslintignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
node_modules/
22
build/
3-
demo/build/
4-
# TODO: Check if we can re-introduce linting in demo
5-
demo
6-
metrics

packages/feedback/.eslintrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
module.exports = {
77
extends: ['../../.eslintrc.js'],
88
overrides: [
9-
{
10-
files: ['src/**/*.ts'],
11-
rules: {
12-
'@sentry-internal/sdk/no-unsupported-es6-methods': 'off',
13-
},
14-
},
159
{
1610
files: ['jest.setup.ts', 'jest.config.ts'],
1711
parserOptions: {

packages/feedback/CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/feedback/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022 Sentry (https://sentry.io) and individual contributors. All rights reserved.
1+
Copyright (c) 2023 Sentry (https://sentry.io) and individual contributors. All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
44
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

packages/feedback/MIGRATION.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

packages/feedback/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/feedback.svg)](https://www.npmjs.com/package/@sentry/feedback)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/feedback.svg)](https://www.npmjs.com/package/@sentry/feedback)
1212

13+
This SDK is **considered experimental and in an alpha state**. It may experience breaking changes. Please reach out on
14+
[GitHub](https://github.com/getsentry/sentry-javascript/issues/new/choose) if you have any feedback/concerns.
15+
1316
## Pre-requisites
1417

1518
`@sentry/feedback` requires Node 12+, and browsers newer than IE11.

0 commit comments

Comments
 (0)