This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git
commit 4e5069bf92cf6cb4508516c00664a10bc2b68512 Author: Wu Sheng <[email protected]> AuthorDate: Fri Dec 6 19:34:57 2019 +0800 Initial set up. --- .asf.yml | 28 ++++++++++++++++++++++++++++ README.md | 19 +++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/.asf.yml b/.asf.yml new file mode 100644 index 0000000..55a616c --- /dev/null +++ b/.asf.yml @@ -0,0 +1,28 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +github: + description: Client-side JavaScript exception and tracing library for Apache SkyWalking APM. + homepage: https://skywalking.apache.org/ + labels: + - skywalking + - observability + - apm + - distributed-tracing + - dapper + - javascript + - web-performance \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ffa9eb --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Apache SkyWalking Client JS +========== + +<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" /> + +[Apache SkyWalking](https://github.com/apache/skywalking) Client-side JavaScript exception and tracing library. +- Make browser as a start of whole distributed tracing +- Provide metrics and error collection to SkyWalking backend. +- Lightweight + +# Contact Us +* Submit an [issue](https://github.com/apache/skywalking/issues) +* Mail list: **[email protected]**. Mail to `[email protected]`, follow the reply to subscribe the mail list. +* Join `#skywalking` channel at [Apache Slack](https://join.slack.com/t/the-asf/shared_invite/enQtNzc2ODE3MjI1MDk1LTAyZGJmNTg1NWZhNmVmOWZjMjA2MGUyOGY4MjE5ZGUwOTQxY2Q3MDBmNTM5YTllNGU4M2QyMzQ4M2U4ZjQ5YmY). If the linke is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites). +* QQ Group: 392443393(2000/2000, not available), 901167865(available) + +# License +Apache 2.0 +
